@charset "UTF-8";
/* 华汉互联 https://www.huahanlink.com/ */
* {
  margin: 0;
  padding: 0;
  -moz-outline: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::after,
*::before {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
  font-size: 16px !important;
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
img {
  max-width: 100%;
  max-height: 100%;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 120%;
}
input,
textarea {
  resize: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
  appearance: none;
}
ul.swiper-wrapper {
  margin: 0;
  padding: 0;
}
/* Flex 布局 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.f_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_column_right {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.f_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.f_row_right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.a_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.a_s_stretch {
  -webkit-box-self: stretch;
  -ms-align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.a_s_center {
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.a_s_end {
  -webkit-box-self: end;
  -ms-align-self: end;
  -webkit-align-self: end;
  align-self: end;
}
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
/* 文字超出隐藏 */
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 动画 */
.abImg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.dh {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 动画延迟 */
/* 图片放大 */
/* 旋转 */
.xzx {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.xzy {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
/* 比例 */
.pb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
/* 图片 水平垂直 居中 */
.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 侧边条 */
/* 媒体查询 缩写 */
/* 布局 */
.w1920 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.w1800 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px;
}
.w1720 {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}
.w1680 {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
.w1640 {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
}
.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.w1560 {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}
.w1440 {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
.w1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.w1360 {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
.w1350 {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
.w1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.w1240 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.w1150 {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
.pc {
  display: block;
}
.wap,
.mobile {
  display: none;
}
@media (max-width:1840px) {
  .w1720 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1800px) {
  .w1680 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1760px) {
  .w1640 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1720px) {
  .w1600 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1680px) {
  .w1560 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1560px) {
  .w1440 {
    max-width: 80%;
    padding: 0 60px;
  }
}
@media (max-width:1520px) {
  .w1400 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1470px) {
  .w1350 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1400px) {
  .w1280 {
    padding: 0 60px;
  }
}
@media (max-width:1360px) {
  .w1240 {
    padding: 0 60px;
  }
}
@media (max-width:1320px) {
  .w1200 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1270px) {
  .w1150 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1024px) {
  .w1800,
  .w1720,
  .w1680,
  .w1640,
  .w1560,
  .w1440,
  .w1400,
  .w1350,
  .w1280,
  .w1240,
  .w1200,
  .w1150 {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .w1800,
  .w1720,
  .w1680,
  .w1640,
  .w1600,
  .w1560,
  .w1440,
  .w1400,
  .w1350,
  .w1280,
  .w1240,
  .w1200,
  .w1150 {
    max-width: 100%;
    padding: 0 20px;
  }
  .pc {
    display: none;
  }
  .wap,
  .mobile {
    display: block;
  }
  .w1440 {
    max-width: 100%;
  }
}
/* 常用 CSS3 动画 */
/* 360 旋转 */
@keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes run2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes tran_run {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tran_run2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
/* 大 => 小 */
@keyframes grow2 {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* 透明度  1 => 0 */
@keyframes bgfd {
  0% {
    width: 0%;
    height: 0%;
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
/* 默认 空标签 */
.cle {
  clear: both;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  font-size: 0px;
}
/* 图片 垂直居中 */
.imgmid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  width: 1px;
  margin-left: -1px;
  vertical-align: middle;
  font-size: 0px;
}
.block_a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  overflow: hidden;
}
.none {
  display: none;
}
/* 移动端不兼容 暂不推荐使用 */
.ratio {
  -webkit-aspect-ratio: 1 / 1;
  aspect-ratio: 1 / 1;
}
.center_box {
  position: relative;
  z-index: 5;
}
.m1px {
  margin-bottom: -1px;
}
:root {
  /* 字体 */
  --active_color: #eb1922;
  --text_color: #282828;
  --background_color: #f5f5f5;
  /* 1280px ~ 1800px */
  /* 60px ~ 160px */
  --font160: clamp(3.75rem, calc( -3.393rem + 11.16vw), 10rem);
  /* 32px ~ 80px */
  --font80: clamp(2rem, calc(-5.385rem + 9.23vw), 5rem);
  /* 30px ~ 60px */
  --font60: clamp(1.875rem, calc(-2.740rem + 5.77vw), 3.75rem);
  /* 28px ~ 50px */
  --font50: clamp(1.625rem, calc(-2.067rem + 4.62vw), 3.125rem);
  /* 26px ~ 48px */
  --font48: clamp(1.625rem, calc(-1.760rem + 4.23vw), 3rem);
  /* 24px ~ 42px */
  --font42: clamp(1.5rem, calc(-1.269rem + 3.46vw), 2.625rem);
  /* 24px ~ 40px */
  --font40: clamp(1.5rem, calc(-0.962rem + 3.08vw), 2.5rem);
  /* 24px ~ 38px */
  --font38: clamp(1.5rem, calc(-0.654rem + 2.69vw), 2.375rem);
  /* 22px ~ 36px */
  --font36: clamp(1.375rem, calc(-0.779rem + 2.69vw), 2.25rem);
  /* 22px ~ 34px */
  --font34: clamp(1.375rem, calc(-0.471rem + 2.31vw), 2.125rem);
  /* 20px ~ 32px */
  --font32: clamp(1.25rem, calc(-0.596rem + 2.31vw), 2rem);
  /* 20px ~ 30px */
  --font30: clamp(1.25rem, calc(-0.288rem + 1.92vw), 1.875rem);
  /* 18px ~ 28px */
  --font28: clamp(1.125rem, calc(-0.413rem + 1.92vw), 1.75rem);
  /* 18px ~ 26px */
  --font26: clamp(1.125rem, calc(-0.106rem + 1.54vw), 1.625rem);
  /* 17px ~ 24px */
  --font24: clamp(1.063rem, calc(-0.014rem + 1.35vw), 1.5rem);
  /* 16px ~ 22px */
  --font22: clamp(1rem, calc(0.0770rem + 1.15vw), 1.375rem);
  /* 15px ~ 20px */
  --font20: clamp(0.938rem, calc(0.1680rem + 0.96vw), 1.25rem);
  /* 14px ~ 18px */
  --font18: clamp(0.875rem, calc(0.2600rem + 0.77vw), 1.125rem);
  /* 13px ~ 16px */
  --font16: clamp(0.813rem, calc(0.3510rem + 0.58vw), 1rem);
  /* 12px ~ 14px */
  --font14: clamp(0.75rem, calc(0.4420rem + 0.38vw), 0.875rem);
  /* 圆角 */
  --border-radius20: clamp(0.625rem, calc(-0.913rem + 1.92vw), 1.25rem);
  --border-radius18: clamp(0.625rem, calc(-0.606rem + 1.54vw), 1.125rem);
  --border-radius16: clamp(0.5rem, calc(-0.731rem + 1.54vw), 1rem);
  --border-radius14: clamp(0.5rem, calc(-0.423rem + 1.15vw), 0.875rem);
  --border-radius12: clamp(0.375rem, calc(-0.548rem + 1.15vw), 0.75rem);
  --border-radius10: clamp(0.313rem, calc(-0.457rem + 0.96vw), 0.625rem);
  --border-radius8: clamp(0.25rem, calc(-0.365rem + 0.77vw), 0.5rem);
  /* 数值 */
  /* 70px ~ 310px */
  --num_310: clamp(4.375rem, calc(-32.548rem + 46.15vw), 19.375rem);
  /* 70px ~ 300px */
  --num_300: clamp(4.375rem, calc(-31.010rem + 44.23vw), 18.75rem);
  /* 70px ~ 230px */
  --num_230: clamp(4.375rem, calc(-20.240rem + 30.77vw), 14.375rem);
  /* 70px ~ 220px */
  --num_220: clamp(4.375rem, calc(-18.702rem + 28.85vw), 13.75rem);
  /* 70px ~ 210px */
  --num_210: clamp(4.375rem, calc(-17.163rem + 26.92vw), 13.125rem);
  /* 70px ~ 200px */
  --num_200: clamp(4.375rem, calc(-15.625rem + 25.00vw), 12.5rem);
  /* 70px ~ 190px */
  --num_190: clamp(4.375rem, calc(-14.087rem + 23.08vw), 11.875rem);
  /* 70px ~ 180px */
  --num_180: clamp(4.375rem, calc(-12.548rem + 21.15vw), 11.25rem);
  /* 70px ~ 170px */
  --num_170: clamp(4.375rem, calc(-11.010rem + 19.23vw), 10.625rem);
  /* 70px ~ 160px */
  --num_160: clamp(4.375rem, calc(-9.4710rem + 17.31vw), 10rem);
  /* 70px ~ 150px */
  --num_150: clamp(4.375rem, calc(-7.9330rem + 15.38vw), 9.375rem);
  /* 70px ~ 140px */
  --num_140: clamp(4.375rem, calc(-6.3940rem + 13.46vw), 8.75rem);
  /* 65px ~ 130px */
  --num_130: clamp(4.063rem, calc(-5.9380rem + 12.50vw), 8.125rem);
  /* 60px ~ 120px */
  --num_120: clamp(3.75rem, calc(-5.4810rem + 11.54vw), 7.5rem);
  /* 55px ~ 110px */
  --num_110: clamp(3.438rem, calc(-5.0240rem + 10.58vw), 6.875rem);
  /* 50px ~ 105px */
  --num_105: clamp(3.125rem, calc(-5.3370rem + 10.58vw), 6.563rem);
  /* 50px ~ 100px */
  --num_100: clamp(3.125rem, calc(-4.5670rem + 9.620vw), 6.25rem);
  /* 45px ~ 95px */
  --num_95: clamp(2.813rem, calc(-4.880rem + 9.62vw), 5.938rem);
  /* 45px ~ 90px */
  --num_90: clamp(2.813rem, calc(-4.111rem + 8.65vw), 5.625rem);
  /* 40px ~ 85px */
  --num_85: clamp(2.5rem, calc(-4.423rem + 8.65vw), 5.313rem);
  /* 40px ~ 80px */
  --num_80: clamp(2.5rem, calc(-3.654rem + 7.69vw), 5rem);
  /* 35px ~ 75px */
  --num_75: clamp(2.188rem, calc(-3.966rem + 7.69vw), 4.688rem);
  /* 35px ~ 70px */
  --num_70: clamp(2.188rem, calc(-3.197rem + 6.73vw), 4.375rem);
  /* 30px ~ 65px */
  --num_65: clamp(1.875rem, calc(-3.510rem + 6.73vw), 4.063rem);
  /* 30px ~ 60px */
  --num_60: clamp(1.875rem, calc(-2.740rem + 5.77vw), 3.75rem);
  /* 25px ~ 55px */
  --num_55: clamp(1.563rem, calc(-3.053rem + 5.77vw), 3.438rem);
  /* 25px ~ 50px */
  --num_50: clamp(1.563rem, calc(-2.284rem + 4.81vw), 3.125rem);
  /* 20px ~ 45px */
  --num_45: clamp(1.25rem, calc(-2.596rem + 4.81vw), 2.813rem);
  /* 20px ~ 40px */
  --num_40: clamp(1.25rem, calc(-1.827rem + 3.85vw), 2.5rem);
  /* 15px ~ 35px */
  --num_35: clamp(0.938rem, calc(-2.139rem + 3.85vw), 2.188rem);
  /* 15px ~ 30px */
  --num_30: clamp(0.938rem, calc(-1.370rem + 2.88vw), 1.875rem);
  /* 10px ~ 25px */
  --num_25: clamp(0.625rem, calc(-1.683rem + 2.88vw), 1.563rem);
  /* 10px ~ 20px */
  --num_20: clamp(0.625rem, calc(-0.913rem + 1.92vw), 1.25rem);
  /* 圆 */
  --num_wh24: clamp(1rem, calc(-0.231rem + 1.54vw), 1.5rem);
  --num_wh40: clamp(2.188rem, calc(1.4180rem + 0.960vw), 2.5rem);
  --num_wh48: clamp(2.5rem, calc(1.2690rem + 1.540vw), 3rem);
  --num_wh50: clamp(1.875rem, calc(-0.625rem + 3.330vw), 3.125rem);
  --num_wh54: clamp(2.625rem, calc(0.7790rem + 2.310vw), 3.375rem);
  --num_wh60: clamp(2.813rem, calc(0.5050rem + 2.880vw), 3.75rem);
  --num_wh80: clamp(3.625rem, calc(0.2400rem + 4.230vw), 5rem);
  --num_wh100: clamp(4.375rem, calc(-0.240rem + 5.770vw), 6.25rem);
  --num_wh120: clamp(5rem, calc(-1.154rem + 7.690vw), 7.5rem);
  --num_wh150: clamp(6.875rem, calc(0.7210rem + 7.690vw), 9.375rem);
  --num_wh160: clamp(7.5rem, calc(1.3460rem + 7.690vw), 10rem);
  --num_wh180: clamp(7.5rem, calc(-1.731rem + 11.54vw), 11.25rem);
  --num_wh200: clamp(10.625rem, calc(6.010rem + 5.770vw), 12.5rem);
  --num_wh360: clamp(12.5rem, calc(-12.115rem + 30.77vw), 22.5rem);
}
@media (max-width:768px) {
  :root {
    /* 52px ~ 160px */
    --font160: 52px;
    /* 30px ~ 80px */
    --font80: 30px;
    /* 28px ~ 60px */
    --font60: 28px;
    /* 26px ~ 50px */
    --font50: 26px;
    /* 24px ~ 48px */
    --font48: 24px;
    /* 22px ~ 42px */
    --font42: 22px;
    /* 20px ~ 40px */
    --font40: 20px;
    /* 20px ~ 38px */
    --font38: 20px;
    /* 19px ~ 36px */
    --font36: 19px;
    /* 19px ~ 34px */
    --font34: 19px;
    /* 18px ~ 32px */
    --font32: 18px;
    /* 18px ~ 30px */
    --font30: 18px;
    /* 18px ~ 28px */
    --font28: 17px;
    /* 18px ~ 26px */
    --font26: 16px;
    /* 18px ~ 24px */
    --font24: 16px;
    /* 17px ~ 22px */
    --font22: 16px;
    /* 17px ~ 22px */
    --font20: 14px;
    /* 17px ~ 22px */
    --font18: 14px;
    /* 17px ~ 22px */
    --font16: 13px;
  }
}
/* 字体大小 */
/* 间距 */
/* 点扩散 */
.halo_box {
  width: 100px;
  height: 100px;
  position: relative;
  --color: #FFF;
}
.halo_box::before,
.halo_box::after,
.halo_box .halo::before,
.halo_box .halo::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  box-shadow: 0 0 60px var(--color) inset;
}
.halo_box::before,
.halo_box::after,
.halo_box .halo::before,
.halo_box .halo::after,
.halo_box .halo {
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.halo_box::before {
  animation: bgfd 6s ease infinite;
}
.halo_box::after {
  animation: bgfd 6s ease infinite 1.5s;
}
.halo_box .halo {
  width: 100%;
  height: 100%;
  position: relative;
}
.halo_box .halo::before {
  animation: bgfd 6s ease infinite 3s;
}
.halo_box .halo::after {
  animation: bgfd 6s ease infinite 4.5s;
  filter: invert();
}
/* ----------------------------------------------------------    字体 */
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-ExtraLight.ttf');
  font-weight: 100;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-Light.ttf');
  font-weight: 200;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-Normal.ttf');
  font-weight: 300;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-Regular.ttf');
  font-weight: normal;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-Medium.ttf');
  font-weight: 500;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-Heavy.ttf');
  font-weight: 900;
}
@font-face {
  font-family: 'EuclidSquare-Medium';
  src: url('../fonts/EuclidSquare-Medium.otf');
}
@font-face {
  font-family: 'Rubik-Regular';
  src: url('../fonts/RUBIK-REGULAR-WEBFONT.TTF');
}
* {
  font-family: 'SourceHanSansCN';
  color: var(--text_color);
}
.layui-btn {
  height: 100%;
  border-radius: 0;
  background: #eb1922;
}
/* Placeholder style */
/* 视频弹窗 */
.videomark {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
  display: none;
}
.videobox {
  position: fixed;
  width: 1400px;
  max-width: calc(100% - 100px);
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
}
.videobox video {
  width: 100%;
  object-fit: fill;
}
.videobox .close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0;
  --c: #1A1A1A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.videobox .close::before,
.videobox .close::after {
  content: '';
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--c);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.videobox .close::before {
  width: 2px;
}
.videobox .close::after {
  height: 2px;
}
.videobox .close:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  background: #eb1922;
  --c: #FFF;
}
.videobox .video {
  width: 100%;
  height: 80vh;
  position: relative;
}
.videobox .video video,
.videobox .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
  object-fit: fill;
}
@media (max-width:1440px) {
  .videobox {
    max-width: 70%;
  }
}
@media (max-width:768px) {
  .videobox {
    width: 100%;
    max-width: 100%;
  }
  .videobox .close {
    right: 0;
    top: -40px;
  }
}
.h100 {
  height: 100%;
}
/* 最大 内容盒子 */
main {
  width: 100%;
  height: auto;
  overflow: hidden;
  --header-height: 107px;
}
@media (max-width:990px) {
  main {
    --header-height: 60px !important;
  }
  header.active { background: #ffffffcf; } 
}
main * {
  scrollbar-color: #eb1922 #d4d6d7;
}
main *::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #d4d6d7;
}
main *::-webkit-scrollbar-thumb {
  background-color: #eb1922;
  border-radius: 10px;
}
main *::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(226, 226, 226, 0.76);
}
.fp-auto-height {
  min-height: auto !important;
}
/* 弹窗 */
.popup_text {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: #000000b0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  --tetx_width: 800px;
  --text_height: 500px;
  --paddingX: 40px;
  --paddingY: 40px;
  padding: 30px;
}
.popup_text .text_box {
  max-width: var(--tetx_width);
  max-height: var(--text_height);
  width: 100%;
  height: auto;
  background: #FFF;
  border-radius: var(--border-radius20);
  padding: var(--paddingX) var(--paddingY);
  position: relative;
  z-index: 1;
}
.popup_text .text_box .title {
  font-size: var(--font20);
}
.popup_text .text_box .list {
  width: 100%;
  height: auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.popup_text .text_box .list .one {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
.popup_text .text_box .list .one .icon_1 {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 10px;
  font-size: var(--font18);
}
.popup_text .text_box .list .one .icon_1 img {
  width: 15px;
}
.popup_text .text_box .list .one .word {
  font-size: var(--font18);
}
.popup_text .text_box .icon {
  width: 50px;
  height: 50px;
  background: #eb1922;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%) translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup_text .text_box .icon i {
  width: 0;
  height: 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup_text .text_box .icon i::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg);
}
.popup_text .text_box .icon i::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-45deg);
}
.popup_text .text_box .icon:hover i {
  transform: rotate(360deg);
}
.popup_text.active {
  opacity: 1;
  visibility: visible;
}
.popup_product {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: #000000b0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  --tetx_width: 1260px;
  --text_height: 80vh;
  --paddingX: 40px;
  --paddingY: 40px;
  padding: 30px;
}
.popup_product .product_box {
  max-width: var(--tetx_width);
  max-height: var(--text_height);
  width: 100%;
  height: auto;
  background: #FFF;
  padding: 60px 110px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
  overflow: auto;
}
.popup_product .product_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.popup_product .product_box .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.popup_product .product_box .item_box .item .word {
  font-size: var(--font16);
  font-weight: 400;
}
.popup_product .product_box .item_box .item .input {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.popup_product .product_box .item_box .item .input .button {
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.popup_product .product_box .item_box .item .input input {
  width: 100%;
  height: 44px;
  border: 0;
  font-size: var(--font14);
  font-weight: 500;
  padding-left: 0px;
  border: 2px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 20px;
}
.popup_product .product_box .item_box .item .input .layui-form-select dl {
  top: 100% !important;
  padding: 0;
  bottom: unset !important;
  padding: 0 20px !important;
}
.popup_product .product_box .item_box .item .input .layui-edge {
  width: 10px;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  transform: translateY(-15%) rotate(90deg);
  border: 0;
  padding: 0;
  margin: 0;
  --color_bg: #000;
}
.popup_product .product_box .item_box .item .input .layui-edge::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: var(--color_bg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg) translateY(50%);
}
.popup_product .product_box .item_box .item .input .layui-edge::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: var(--color_bg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-45deg) translateY(-50%);
}
.popup_product .product_box .item_box .item .input .layui-form-select dl dd {
  height: clamp(2.5rem, calc(0.038rem + 3.08vw), 3.5rem);
  border-bottom: 1px solid #e5e5e5;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font16);
}
.popup_product .product_box .item_box .item .input .layui-form-selected .layui-edge {
  transform: translateY(-5px) rotate(-90deg);
  --color_bg: var(--active_color);
  opacity: 1;
}
.popup_product .product_box .item_box .item .input .layui-input:focus,
.popup_product .product_box .item_box .item .input .layui-textarea:focus {
  background: #eeeeee;
  font-weight: 700;
  color: #000000;
}
.popup_product .product_box .item_box .item .input .layui-form-select dl dd.layui-this,
.popup_product .product_box .item_box .item .input .layui-form-select dl dd:hover {
  background: none;
}
.popup_product .product_box .item_box .item .input .layui-form-select dl dd:hover {
  color: var(--active_color);
}
.popup_product .product_box .item_box .item:last-child {
  border: 2px solid #e5e5e5;
  padding: 0 20px;
}
.popup_product .product_box .item_box .item:last-child input {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 40px;
  padding: 0;
}
.popup_product .product_box .swiper_info {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: var(--num_40);
}
.popup_product .product_box .swiper_info .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.popup_product .product_box .swiper_info .swiper_box ul li .centerInfo {
  background: #f5f5f5;
  position: relative;
}
.popup_product .product_box .swiper_info .swiper_box ul li .centerInfo .input { 
    position: absolute; top: 5px; right: 5px; z-index: 5;
}
.popup_product .product_box .swiper_info .swiper_box ul li .centerInfo .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.popup_product .product_box .swiper_info .swiper_box ul li .centerInfo .images .pb {
  padding-bottom: 65%;
}
.popup_product .product_box .swiper_info .swiper_box ul li .centerInfo .name {
  padding: 30px 20px;
  text-align: center;
  font-size: var(--font24);
  line-height: 1;
}
.popup_product .product_box .swiper_info .swiper_btn_1 {
  position: absolute;
  top: 50%;
  right: calc(100% + var(--num_20));
  z-index: 3;
  transform: translateY(-50%);
}
.popup_product .product_box .swiper_info .swiper_btn_1.next {
  left: calc(100% + var(--num_20));
}
@media (max-width:1560px) {
  .popup_product .product_box .swiper_info .swiper_btn_1 {
    right: calc(100% - 20px);
  }
  .popup_product .product_box .swiper_info .swiper_btn_1.next {
    left: calc(100% - 20px);
  }
}
.popup_product .product_box .sure_box {
    margin-top: 40px;
}

.popup_product .product_box .sure_box button {
    min-width: 92px;
    height: 38px;
    font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  background: #000000; padding: 10px 15px; color: #FFFFFF; border: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup_product .product_box .sure_box button:hover {
    background: var(--active_color);
}
.popup_product .product_box .close_pro {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 17px;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.popup_product .product_box .close_pro i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 17px;
  height: 2px;
  background: #888888;
  position: absolute;
}
.popup_product .product_box .close_pro i:first-child {
  transform: rotate(45deg);
}
.popup_product .product_box .close_pro i:last-child {
  transform: rotate(-45deg);
}
.popup_product .product_box .close_pro:hover i {
  background: var(--active_color);
}
.popup_product.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width:990px) {
  .popup_product .product_box {
    padding: 20px;
  }
  .popup_product .product_box .item_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .popup_product .product_box .item_box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.popup_message {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: #000000b0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
}
.popup_message .center_box {
  max-width: 1120px;
  width: 100%;
  height: auto;
  padding: var(--num_80);
  padding-bottom: var(--num_100);
  background: #FFF;
}
.popup_message .center_box .title {
  font-size: var(--font36);
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.popup_message .center_box .input_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_60);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 8px;
}
.popup_message .center_box .input_box .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.popup_message .center_box .input_box .item .word {
  font-size: var(--font16);
}
.popup_message .center_box .input_box .item .word span {
  color: var(--active_color);
}
.popup_message .center_box .input_box .item .input {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.popup_message .center_box .input_box .item .input input {
  width: 100%;
  height: var(--num_wh48);
  background: #f5f5f5;
  border: 0;
  padding: 0 20px;
  font-size: var(--font14);
}
.popup_message .center_box .input_box .item .input textarea {
  width: 100%;
  height: var(--num_wh120);
  background: #f5f5f5;
  border: 0;
  padding: 20px;
  font-size: var(--font14);
}
.popup_message .center_box .input_box .item.grid_w {
  grid-column: span 3;
}
.popup_message .center_box .input_box .item .word_che {
  font-size: var(--font14);
  color: #888888;
  font-weight: 200;
}
.popup_message .center_box .input_box .item .word_che * {
  font-size: var(--font14);
  color: #888888;
  font-weight: 200;
}
.popup_message .center_box .input_box .item .box_in {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
.popup_message .center_box .input_box .item .box_in .erwei {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.popup_message .center_box .input_box .item .box_in .erwei .images {
  width: max-content;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-shrink: 0;
}
.popup_message .center_box .input_box .item .box_in .erwei .images img {
  height: var(--num_wh48);
}
.popup_message .center_box .input_box .item .box_in .input {
  margin-top: 0;
}
.popup_message .center_box .input_box .item .box_but {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.popup_message .center_box .input_box .item .box_but button {
  flex-shrink: 0;
  width: 100%;
  height: var(--num_wh48);
  background: var(--active_color);
  color: #FFF;
  font-size: var(--font16);
  font-weight: 500;
  border: 0;
  cursor: pointer;
}
.popup_message .center_box .input_box .item .box_but button.black {
  background: #282828;
}
.popup_message .center_box .close {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup_message .center_box .close i {
  width: 0;
  height: 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  --bg_color: #888888;
}
.popup_message .center_box .close i::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background: var(--bg_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg);
}
.popup_message .center_box .close i::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background: var(--bg_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-45deg);
}
.popup_message .center_box .close:hover i {
  transform: rotate(360deg);
  --bg_color: var(--active_color);
}
.popup_message.active {
  opacity: 1;
  visibility: visible;
}
.good_box {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: #000000b0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
}
.good_box .content {
  width: 354px;
  height: auto;
  background: #FFF;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
.good_box .content .close {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.good_box .content .close i {
  width: 16px;
  height: 2px;
  background: #585757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transform: rotate(45deg);
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.good_box .content .close i:last-child {
  transform: rotate(-45deg);
}
.good_box .content .close:hover i {
  background: #eb1922;
}
.good_box .content .word_box {
  width: 100%;
  height: auto;
  text-align: center;
}
.good_box .content .word_box .title {
  font-size: var(--font24);
  font-weight: 700;
}
.good_box .content .word_box .subtitle {
  font-size: var(--font16);
  margin-top: 10px;
}
.good_box .content .botton {
  width: 100%;
  height: 50px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.good_box .content .botton:hover {
  background: #eb1922;
  color: #FFF;
}
.good_box.active {
  opacity: 1;
  visibility: visible;
}
/* 头部 */
header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* PC */
  /* Mobile version header */
}
header::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 0%;
  background: #FFF;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:990px) {
  header::after {
    display: none;
  }
}
header .header_box {
  width: 100%;
  height: var(--header-height);
  position: relative;
  z-index: 2;
  --logo-color: #FFF;
  --color: #FFF;
  --bg-color: rgba(255, 255, 255, 0.1);
  --filter: brightness(0) invert(1);
  --spacing: clamp(0.938rem, calc(-2.909rem + 4.81vw), 2.5rem);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .center_box {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
header .header_box .header_main {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header .header_box .header_main .logo {
  width: clamp(calc(150 / 16 * 1rem), calc((150 / 16 * 1rem) + ((236 - 150) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(236 / 16 * 1rem));
  height: 100%;
  z-index: 5;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .header_box .header_main .logo svg {
  width: 100%;
  height: 100%;
}
header .header_box .header_main .logo svg .cls-1,
header .header_box .header_main .logo svg .cls-3 {
  fill: var(--color);
}
header .header_box .header_main .logo svg .cls-2 {
  fill: #eb1922;
}
header .header_box .header_main .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: fit-content;
}
header .header_box .header_main .logo a .be {
  opacity: 0;
  position: absolute;
  z-index: 2;
}
header .header_box .header_main .logo a .af {
  position: relative;
  z-index: 1;
}
header .header_box .header_main .logo a img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .nav {
  width: auto;
  height: 100%;
}
header .header_box .header_main .nav ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: var(--spacing);
}
header .header_box .header_main .nav ul li {
  width: 100%;
  height: 100%;
  position: relative;
}
header .header_box .header_main .nav ul li > a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  font-size: var(--font18);
  color: var(--color);
  white-space: nowrap;
}
header .header_box .header_main .nav ul li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: #eb1922;
  opacity: 0;
}
/*header .header_box .header_main .nav ul li > a.active {*/
/*  color: #eb1922;*/
/*  font-weight: 700;*/
/*}*/
header .header_box .header_main .nav ul li:hover >a::after {
  opacity: 1;
}
/*header .header_box .header_main .nav ul li.active >a::after {*/
/*  opacity: 1;*/
/*}*/
/*header .header_box .header_main .nav ul li > a.active::after {*/
/*  opacity: 1;*/
/*}*/
header .header_box .header_main .nav ul li .subNav {
  position: absolute;
  top: 100%;
  padding: 15px 0;
  min-width: 240px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
header .header_box .header_main .nav ul li .subNav::after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .nav ul li .subNav > a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 12px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
header .header_box .header_main .nav ul li .subNav > a:hover {
  color: #eb1922;
}
header .header_box .header_main .nav ul li.product_active {
  position: static !important;
}

header .header_box .header_main .nav ul li .product_sub {
  position: absolute;
  left: 50%;
  transform: translateX(-50vw);
  width: 100vw;
  padding-top: var(--num_70);
  padding-bottom: var(--num_60);
  opacity: 0;
  visibility: hidden;
}

@media (max-width:1560px) {
    header .header_box .header_main .nav ul li .product_sub .w1440 {
        max-width: 100% !important; padding: 0 20px !important;
    }
}
header .header_box .header_main .nav ul li .product_sub::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  opacity: 0.97;
}
header .header_box .header_main .nav ul li .product_sub .center_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
header .header_box .header_main .nav ul li .product_sub .center_box .sub_en {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 40px;
  padding-bottom: var(--num_60);
  border-bottom: 1px solid #d2d2d2;
  max-height: 80vh;
  overflow: auto;
}
header .header_box .header_main .nav ul li .product_sub .center_box .sub_a {
  width: 100%;
  height: auto;
}
header .header_box .header_main .nav ul li .product_sub .center_box .sub_a .sub_b {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}

header .header_box .header_main .nav ul li .product_sub .center_box .colose_box { 
    width: 40px; height: 40px; position: absolute; top: 0px; right: 0; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
}

header .header_box .header_main .nav ul li .product_sub .center_box .colose_box_1 {
    width: auto; height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 14px;
  cursor: pointer; gap: 5px;
}

header .header_box .header_main .nav ul li .product_sub .center_box .colose_box_1 i { font-size: 12px; }
header .header_box .header_main .nav ul li .product_sub .center_box .colose_box:hover i {  color:var(--text_color); }
header .header_box .header_main .nav ul li .product_sub .center_box .sub_a .sub_b .word {
  margin-left: 20px;
  font-size: var(--font20);
  font-weight: 600;
}
header .header_box .header_main .nav ul li .product_sub .center_box .sub_a .sub_b .icon {
  margin-left: 10px;
  width: 12px;
}
header .header_box .header_main .nav ul li .product_sub .center_box .sub_a .sub_d {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: var(--num_65) 40px;
  margin-top: 30px;
}
header .header_box .header_main .nav ul li .product_sub .center_box .sub_a .sub_d .sub_e {
  width: calc(50% - 20px);
  height: auto;
}
header .header_box .header_main .nav ul li .product_sub .center_box .sub_a .sub_d .sub_e .sub_c {
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
  display: block;
  color: var(--text_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .nav ul li .product_sub .center_box .sub_a .sub_d .sub_e .sub_c:hover {
  color: var(--active_color);
}
header .header_box .header_main .nav ul li .product_sub .center_box .sub_a .sub_d .sub_e .sub_f {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
  font-size: 13px;
  color: #666666;
  line-height: 1.42;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .nav ul li .product_sub .center_box .sub_a .sub_d .sub_e .sub_f:hover,
header .header_box .header_main .nav ul li .product_sub .center_box .sub_a .sub_d .sub_e .sub_f.active {
  color: var(--active_color);
}
header .header_box .header_main .nav ul li .product_sub .center_box .sub_a .sub_d .sub_e .sub_f .fire {
  position: absolute;
  right: calc(100% + 5px);
  width: 20px;
  height: auto;
}
header .header_box .header_main .nav ul li .product_sub .center_box .sub_a .sub_d .sub_e .sub_f .new_box {
  position: absolute;
  right: calc(100% + 5px);
  width: 34px;
  height: 18px;
  font-size: 12px;
  background: var(--active_color);
  border-radius: 100px;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
  padding-bottom: 2px;
}
header .header_box .header_main .nav ul li .product_sub .center_box .sub_a .sub_d .sub_e .sub_f + .sub_f {
  margin-top: 8px;
}
header .header_box .header_main .nav ul li .product_sub .center_box .sub_a .sub_d .wi_add {
  width: calc(70% - 20px);
}
header .header_box .header_main .nav ul li .product_sub .center_box .sub_a .sub_d .wi_sut {
  width: calc(30% - 20px);
}
header .header_box .header_main .nav ul li .product_sub .center_box .sele_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 40px;
}
header .header_box .header_main .nav ul li .product_sub .center_box .sele_box .sele_a {
  width: 180px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--active_color);
  color: #FFF;
}
header .header_box .header_main .nav ul li .product_sub .center_box .sele_box .sele_a span {
  font-size: var(--font16);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #FFF;
}
header .header_box .header_main .nav ul li .product_sub .center_box .sele_box .sele_a img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .nav ul li .product_sub .center_box .sele_box .sele_a img {
  filter: brightness(0) invert(1);
}
header .header_box .header_main .nav ul li .product_sub .center_box .sele_box .sele_a:hover {
  transform: scale(1.1);
}
header .header_box .header_main .nav ul li .product_sub .back_bg {
  width: 100%;
  height: 100vh;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}
header .header_box .header_main .nav ul li .product_sub.add_active {
  opacity: 0 !important;
  visibility: hidden !important;
}
header .header_box .header_main .nav ul li:hover > a {
  color: #eb1922;
}
header .header_box .header_main .nav ul li.active .subNav,
header .header_box .header_main .nav ul li.active .product_sub {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .column {
  width: clamp(calc(150 / 16 * 1rem), calc((150 / 16 * 1rem) + ((236 - 150) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(236 / 16 * 1rem));
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: clamp(0.625rem, calc(-0.913rem + 1.92vw), 1.25rem);
}
header .header_box .header_main .column .head_language {
  width: auto;
  height: auto;
  position: relative;
}
header .header_box .header_main .column .head_language .round {
  width: clamp(calc(80 / 16 * 1rem), calc((80 / 16 * 1rem) + ((100 - 80) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
  height: 34px;
  padding: 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 50px;
}
header .header_box .header_main .column .head_language .round::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--logo-color);
  opacity: 0.2;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .column .head_language .round .icon {
  width: auto;
  height: 1em;
  font-size: var(--font22);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  filter: var(--filter);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .column .head_language .round .drop {
  font-size: 12px;
  color: var(--logo-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .column .head_language .round .drop i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: var(--logo-color) transparent transparent transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .column .head_language .buy_box {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  background: #FFF;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: var(--border-radius10);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .column .head_language .buy_box .one {
  text-align: center;
  font-size: var(--font16);
  color: #282828;
}
header .header_box .header_main .column .head_language .buy_box .one a {
  color: #282828;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .column .head_language .buy_box .one a:hover {
  color: #eb1922;
}
header .header_box .header_main .column .head_language:hover .round::after {
  opacity: 1 !important;
  --logo-color: #eb1922;
}
header .header_box .header_main .column .head_language:hover .buy_box {
  opacity: 1;
  visibility: visible;
}
header .header_box .header_main .column .head_search {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  margin-left: clamp(0.625rem, calc(-0.913rem + 1.92vw), 1.25rem);
}
header .header_box .header_main .column .head_search .round {
  width: auto;
  height: auto;
  cursor: pointer;
  filter: var(--filter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .header_box .header_main .column .head_search .inputBox {
  position: absolute;
  width: 100%;
  min-width: 200px;
  height: 35px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0 10px;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #eb1922;
  background: #FFF;
  transform: translateX(10px);
}
header .header_box .header_main .column .head_search .inputBox input {
  width: 100%;
  height: auto;
  border: 0;
  background: 0;
  position: relative;
  z-index: 1;
  color: #242424;
  font-size: 12px;
}
header .header_box .header_main .column .head_search .inputBox .icon {
  cursor: pointer;
  flex-shrink: 0;
}
header .header_box .header_main .column .head_search:hover .icon {
  filter: brightness(0) invert(0);
}
header .header_box .header_main .column .head_search:hover .inputBox {
  opacity: 1;
  visibility: visible;
}
header .header_box::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: var(--color);
  opacity: 0.1;
}
@media (max-width:1440px) {
  header .header_box .column .head_more .round {
    width: 20px;
    height: 20px;
    overflow: hidden;
  }
  header .header_box .column .line {
    display: none;
  }
}
@media (max-width:1024px) {
  header .header_box {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  header .header_box {
    display: none;
  }
}
header.active .header_box,
header.white .header_box,
header:hover .header_box,
header.white .header_box {
  --color: #282828;
  --bg-color: rgba(4, 29, 44, 0.04);
  --logo-color: #525F66;
  --filter: brightness(0) invert(0.4);
}
header.active .header_box::after,
header.white .header_box::after,
header:hover .header_box::after,
header.white .header_box::after {
  opacity: 0.1;
}
header.active .header_box .header_main .logo a .be,
header.white .header_box .header_main .logo a .be,
header:hover .header_box .header_main .logo a .be,
header.white .header_box .header_main .logo a .be {
  opacity: 1;
}
header.active .header_box .header_main .logo a .af,
header.white .header_box .header_main .logo a .af,
header:hover .header_box .header_main .logo a .af,
header.white .header_box .header_main .logo a .af {
  opacity: 0;
}
header.active::after,
header:hover::after {
  height: 100%;
}
header.white:after {
  height: 100%;
  opacity: 1;
}
header.is_active .header_main .column .head_more .round {
  background: #e0e0e0;
}
header.is_active .header_box {
  --color: #282828;
  --bg-color: rgba(4, 29, 44, 0.04);
  --logo-color: #525F66;
  --filter: none;
}
header.is_active .header_box::after {
  opacity: 0.1;
}
header.is_active .header_box .header_main .logo a .be {
  opacity: 1;
}
header.is_active .header_box .header_main .logo a .af {
  opacity: 0;
}
header.translateY_all {
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .m_header_box {
  width: 100%;
  height: auto;
  display: none;
}
header .m_header_box .header_title {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header .m_header_box .header_title .logo {
  width: 50%;
  max-width: 120px;
  height: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
  filter: brightness(0) invert(1);
}

header.active .m_header_box .header_title .logo {
    filter: unset !important;
}
header .m_header_box .header_title .logo svg {
  width: 100%;
  height: 100%;
}
header .m_header_box .header_title .logo svg .cls-1,
header .m_header_box .header_title .logo svg .cls-3 {
  fill: var(--color);
}
header .m_header_box .header_title .logo svg .cls-2 {
  fill: #eb1922;
}
header .m_header_box .header_title .logo a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .m_header_box .header_title .column {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .m_header_box .header_title .column .menu_btn {
  width: 24px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
}
header .m_header_box .header_title .column .menu_btn .icon {
  width: 100%;
  height: 100%;
  position: relative;
}
header .m_header_box .header_title .column .menu_btn .icon::after,
header .m_header_box .header_title .column .menu_btn .icon::before,
header .m_header_box .header_title .column .menu_btn .icon i {
  width: 100%;
  height: 2px;
  display: block;
  background: #eb1922;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -50%;
  transform-origin: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .m_header_box .header_title .column .menu_btn .icon::before {
  content: '';
  margin-top: -8px;
}
header .m_header_box .header_title .column .menu_btn .icon::after {
  content: '';
  margin-top: 6px;
}
header .m_header_box .header_title .column .menu_btn.active .icon i {
  opacity: 0;
}
header .m_header_box .header_title .column .menu_btn.active .icon::before {
  margin-top: -1px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-radius: 5px;
}
header .m_header_box .header_title .column .menu_btn.active .icon::after {
  margin-top: -1px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  border-radius: 5px;
}
header .m_header_box .header_title .column .head_btn {
  width: auto;
  height: 30px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}
header .m_header_box .header_title .column .head_btn .icon {
  max-width: 14px;
  height: 14px;
  font-size: 0;
  margin-right: 5px;
  filter: invert(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .m_header_box .header_title .column .head_btn .link {
  line-height: 1;
  font-size: 12px;
  color: #000;
  margin-top: 3px;
}
header .m_header_box .header_title .column .head_btn .link span {
  opacity: 0.6;
}
header .m_header_box .header_title .column .head_btn .link a {
  color: #000;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .m_header_box .header_title .column .head_btn .link a:hover {
  opacity: 1;
}
header .m_header_box .header_title .column .head_btn:hover .icon {
  filter: invert(1);
}
header .m_header_box .header_title .column .head_btn:hover .link {
  color: #000;
}
header .m_header_box .header_title .column .head_btn:hover .link a,
header .m_header_box .header_title .column .head_btn:hover .link span {
  color: #000;
}
header .m_header_box .header_title::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0.1;
}
header .m_header_box .header_body {
  width: 100%;
  height: calc(100vh - 60px);
  background: #FFF;
  display: none;
  overflow: hidden;
}
header .m_header_box .header_body .menu_info {
  width: 100%;
  height: 100%;
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav {
  width: 100%;
  height: auto;
  flex: 1;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
}
header .m_header_box .header_body .menu_nav ul {
  width: 100%;
  height: auto;
}
header .m_header_box .header_body .menu_nav ul li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav ul li .one {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav ul li .one a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px 0;
  position: relative;
  --oneA: #000;
}
header .m_header_box .header_body .menu_nav ul li .one a .title {
  width: 100%;
  height: auto;
  flex: 1;
  font-size: 16px;
  line-height: 20px;
  color: var(--oneA);
}
header .m_header_box .header_body .menu_nav ul li .one a .icon {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .m_header_box .header_body .menu_nav ul li .one a .icon i {
  font-size: 12px;
  color: var(--oneA);
}
header .m_header_box .header_body .menu_nav ul li .one.active a {
  --oneA: #eb1922;
}
header .m_header_box .header_body .menu_nav ul li .one.active.is_active a .icon {
  --color: #eb1922;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
header .m_header_box .header_body .menu_nav ul li .one + ul {
  padding: 0 0 20px;
}
header .m_header_box .header_body .menu_nav ul li .one + ul > li {
  margin-top: 10px;
}
header .m_header_box .header_body .menu_nav ul li .one + ul > li:first-child {
  margin: 0;
}
header .m_header_box .header_body .menu_nav ul li .two {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav ul li .two a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 5px 0;
  position: relative;
  --towA: #000;
}
header .m_header_box .header_body .menu_nav ul li .two a .icon {
  width: 20px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0;
  --color: var(--towA);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .m_header_box .header_body .menu_nav ul li .two a .icon i {
  font-size: 10px;
  color: var(--towA);
}
header .m_header_box .header_body .menu_nav ul li .two a .title {
  width: 100%;
  height: auto;
  flex: 1;
  font-size: 14px;
  line-height: 16px;
  color: var(--towA);
}
header .m_header_box .header_body .menu_nav ul li .two.active a {
  --towA: #eb1922;
}
header .m_header_box .header_body .menu_nav ul li .two + ul {
  padding: 10px 0 10px 20px;
}
header .m_header_box .header_body .menu_nav ul li .two + ul > li {
  margin-top: 10px;
}
header .m_header_box .header_body .menu_nav ul li .two + ul > li > a {
  padding: 0 0 0 20px;
  font-size: 14px;
  position: relative;
  z-index: 1;
  color: var(--threeA);
  --threeA: #999;
}
header .m_header_box .header_body .menu_nav ul li .two + ul > li > a::after {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  background: var(--threeA);
}
header .m_header_box .header_body .menu_nav ul li .two + ul > li:first-child {
  margin: 0;
}
header .m_header_box .header_body .menu_nav ul li .three {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav ul li .three a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  --threeA: #757575;
}
header .m_header_box .header_body .menu_nav ul li .three a .icon {
  width: 20px;
  height: 16px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .m_header_box .header_body .menu_nav ul li .three a .icon::after {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  background: var(--threeA);
}
header .m_header_box .header_body .menu_nav ul li .three a .title {
  width: 100%;
  height: auto;
  flex: 1;
  font-size: 14px;
  line-height: 16px;
  color: var(--threeA);
}
header .m_header_box .header_body .menu_nav ul li .three.active a {
  --threeA: #eb1922;
}
header .m_header_box .header_body .menu_nav ul li .three + ul {
  padding: 10px 0 10px 20px;
}
header .m_header_box .header_body .menu_nav ul li .three + ul > li {
  margin-top: 10px;
}
header .m_header_box .header_body .menu_nav ul li .three + ul > li > a {
  padding: 0 0 0 20px;
}
header .m_header_box .header_body .menu_nav ul li .three + ul > li:first-child {
  margin: 0;
}
header .m_header_box .header_body .menu_nav ul li ul {
  display: none;
}
header .m_header_box .header_body .menu_nav ul li li {
  border: 0;
}
header .m_header_box .header_body .menu_nav ul li > a {
  font-size: 12px;
  color: #999;
}
header .m_header_box .header_body .menu_nav ul li > a.active {
  color: #eb1922;
}
header .m_header_box .header_body .menu_form {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0 20px;
  overflow: hidden;
}
header .m_header_box .header_body .menu_form .center {
  width: 100%;
  height: 44px;
  background: #F8F8F8;
  overflow: hidden;
}
header .m_header_box .header_body .menu_form .center form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
header .m_header_box .header_body .menu_form .center form input {
  flex: 1;
  height: 100%;
  padding: 0 15px;
  background: transparent;
  font-size: 14px;
  color: #282f36;
  border: 0;
}
header .m_header_box .header_body .menu_form .center form button {
  width: 50px;
  padding: 0;
}
header .m_header_box .header_body .menu_form .center form button i {
  font-size: 18px;
  color: #FFF;
}
header .m_header_box .header_body .menu_lang {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 0 20px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
header .m_header_box .header_body .menu_lang .one {
  width: auto;
  height: 36px;
  margin-right: 10px;
  overflow: hidden;
}
header .m_header_box .header_body .menu_lang .one a {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #fff;
  border-radius: 50px;
  font-size: 12px;
  color: #282f36;
}
header .m_header_box .header_body .menu_lang .one a.active {
  background: #eb1922;
  color: #fff;
}
@media (max-width:990px) {
  header .m_header_box {
    display: block;
  }
}
header .m_header_nbsp {
  width: 100%;
  height: var(--header-height);
  display: none;
  overflow: hidden;
}
@media (max-width:990px) {
  header .m_header_nbsp {
    display: block;
  }
}
header .m_header_box .header_title .column .menu_btn .icon::after, 
header .m_header_box .header_title .column .menu_btn .icon::before, 
header .m_header_box .header_title .column .menu_btn .icon i {
    background: #FFFFFF;
}
header.active .m_header_box .header_title .column .menu_btn .icon::after, 
header.active .m_header_box .header_title .column .menu_btn .icon::before, 
header.active .m_header_box .header_title .column .menu_btn .icon i {
    background: var(--active_color);
}
/* 底部 */
footer {
  width: 100%;
  height: auto;
  padding-top: var(--header-height);
  background: #f5f5f5;
  overflow: hidden;
  position: relative;
  z-index: 80;
}
footer .center_box {
  height: 100%;
}
footer .headline {
  width: 100%;
  height: auto;
  font-size: var(--font18);
  color: #333333;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
footer .headline a {
  font-weight: 700;
  font-size: var(--font16);
  color: #444444;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .headline a:hover {
  color: #eb1922;
}
footer .headline span {
  opacity: 0.6;
}
footer .footer_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  overflow: hidden;
}
footer .footer_box .footer_top {
  width: 100%;
  height: auto;
}
footer .footer_box .footer_top .logo {
  width: 100%;
  height: auto;
}
footer .footer_box .footer_top .word {
  font-size: 16px;
  color: #949494;
  font-weight: 700;
  margin-top: 10px;
  max-width: 345px;
}
footer .footer_box .footer_top .word * {
  font-size: 16px;
  color: #949494;
  font-weight: 700;
}
@media (max-width:990px) {
  footer .footer_box .footer_top .word {
    font-size: 12px;
  }
}
footer .footer_box .footer_center {
  width: 100%;
  height: auto;
  padding-top: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
  padding-bottom: clamp(calc(0 / 2 * 1px), calc(0 / 1920 * 100 * 1vw), 0px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .footer_box .footer_center .footer_search {
  width: 28.75%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  padding-bottom: 40px;
}
footer .footer_box .footer_center .footer_search .center_box {
  max-width: 356px;
  width: 100%;
}
footer .footer_box .footer_center .footer_search .search_box {
  max-width: 354px;
  height: 42px;
  margin: 15px 0 0;
}
footer .footer_box .footer_center .footer_search .search_box form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
footer .footer_box .footer_center .footer_search .search_box form input {
  width: 100%;
  height: 100%;
  flex: 1;
  padding: 0 20px;
  border: 0;
  font-size: var(--font14);
  color: #000000;
}
footer .footer_box .footer_center .footer_search .search_box form input ::-webkit-input-placeholder {
  color: #DDDDDD;
}
footer .footer_box .footer_center .footer_search .search_box form input :-moz-placeholder {
  color: #DDDDDD;
}
footer .footer_box .footer_center .footer_search .search_box form input ::-moz-placeholder {
  color: #DDDDDD;
}
footer .footer_box .footer_center .footer_search .search_box form input :-ms-input-placeholder {
  color: #DDDDDD;
}
footer .footer_box .footer_center .footer_search .search_box form button {
  width: 42px;
  height: 100%;
  padding: 0;
  border: 0;
  background: #eb1922;
  font-size: var(--font14);
  color: #FFF;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
footer .footer_box .footer_center .footer_search .er_bxo {
  margin-top: 20px;
}
footer .footer_box .footer_center .footer_search .er_bxo .word {
  font-size: 12px;
  color: #333333;
  margin-top: 8px;
}
footer .footer_box .footer_center .footer_search .er_bxo .images {
  max-width: 100px;
}
footer .footer_box .footer_center .footer_search::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #eb1922;
}
footer .footer_box .footer_center .footer_info {
  width: 68.40277778%;
  height: auto;
  padding-bottom: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  position: relative;
}
footer .footer_box .footer_center .footer_info::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 21px;
  background: url(../images/foot1.png) bottom right no-repeat;
}
footer .footer_box .footer_center .footer_info ul {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 30px;
  padding-right: var(--num_70);
}
footer .footer_box .footer_center .footer_info ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 260px;
}
footer .footer_box .footer_center .footer_info ul li .title {
  font-size: var(--font18);
  color: #333333;
  font-weight: 500;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
footer .footer_box .footer_center .footer_info ul li .title span {
  opacity: 0.6;
}
footer .footer_box .footer_center .footer_info ul li .list {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
footer .footer_box .footer_center .footer_info ul li .list .one {
  font-size: var(--font16);
  color: #333333;
  line-height: 1.875;
  position: relative;
}
footer .footer_box .footer_center .footer_info ul li .list .one a {
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_box .footer_center .footer_info ul li .list .one a:hover {
  color: #eb1922;
}
footer .footer_box .footer_center .footer_info ul li .list .one .icon {
  width: 15px;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
footer .footer_box .footer_center .footer_info ul li .list .one .word {
  font-size: var(--font14);
  line-height: 1.428;
}
footer .footer_box .footer_center .footer_info ul li:nth-child(3) {
  padding-right: clamp(10px, 1.04166666666667vw, 20px);
}
footer .footer_box .footer_center .footer_info ul li:nth-child(3) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
footer .footer_box .footer_center .footer_info ul li:nth-child(3) .list .one {
  padding-left: 30px;
}
footer .footer_box .footer_bottom {
  width: 100%;
  height: auto;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
footer .footer_box .footer_bottom .copy {
  width: auto;
  height: auto;
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
  font-size: var(--font14);
  color: #444444;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  font-weight: 200;
}
footer .footer_box .footer_bottom .copy a {
  font-size: var(--font14);
  color: #444444;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 200;
}
footer .footer_box .footer_bottom .copy a + a{
    margin-left: 15px;
}
footer .footer_box .footer_bottom .copy a:hover {
  color: #eb1922;
}
footer .footer_box .footer_bottom .share {
  width: auto;
  height: auto;
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
}
footer .footer_box .footer_bottom .share .item {
  width: var(--item-size);
  height: var(--item-size);
  --item-size: clamp(2.25rem, calc(1.635rem + 0.77vw), 2.5rem);
  position: relative;
  z-index: 1;
}
footer .footer_box .footer_bottom .share .item .icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_box .footer_bottom .share .item .icon img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_box .footer_bottom .share .item .qrcode {
  width: 90px;
  height: auto;
  margin: 0 0 10px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_box .footer_bottom .share .item .qrcode .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  background: #FFF;
  font-size: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
footer .footer_box .footer_bottom .share .item .qrcode::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #FFFFFF transparent transparent transparent;
}
footer .footer_box .footer_bottom .share .item:hover .icon {
  background: #eb1922;
}
footer .footer_box .footer_bottom .share .item:hover .icon img {
  filter: brightness(0) invert(1);
}
footer .footer_box .footer_bottom .share .item:hover .qrcode {
  margin: 0;
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}
footer .footer_box .footer_bottom .share .item:first-child {
  margin: 0;
}
@media (max-width:990px) {
  footer {
    height: auto;
    padding: 0;
  }
  footer .footer_box {
    height: auto;
    padding: 40px 0 0;
    display: block;
  }
  footer .footer_box .footer_top .content {
    width: 100%;
  }
  footer .footer_box .footer_top .nav_box {
    width: 60%;
  }
  footer .footer_box .footer_top .nav_box ul {
    display: block;
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-gap: 30px;
  }
  footer .footer_box .footer_top .nav_box ul li .menu {
    display: none;
  }
  footer .footer_box .footer_center {
    margin: 30px 0 0;
  }
  footer .footer_box .footer_bottom {
    margin: 20px 0 0;
    padding: 15px 0;
  }
}
@media (max-width:768px) {
  footer .footer_box .footer_top .logo {
    max-width: 140px;
  }
  footer .footer_box .footer_top .nav_box {
    display: none;
  }
  footer .footer_box .footer_center {
    display: none;
  }
  footer .footer_box .footer_bottom {
    display: block;
    margin: 0;
  }
  footer .footer_box .footer_bottom .share {
    /*display: none;*/
    margin-top: 20px;
  }
  footer .footer_box .footer_bottom .copy {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    gap: 0 15px;
  }
}
footer.is_active {
  height: 100vh;
}
footer.is_active .footer_box .footer_center {
  padding: 0;
}
footer.is_active .footer_box .footer_bottom {
  padding: clamp(1.25rem, calc(-1.827rem + 3.85vw), 2.5rem) 0 0;
}
/* 导航高度 占位 */
.head_nbsp {
  width: 100%;
  height: var(--header-height);
}
/* 公共样式 */
/* 标题 */
.idx_title {
  width: 100%;
  height: auto;
}
.idx_title .classify {
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: var(--font18);
  color: #282828;
}
.idx_title .classify + .title {
  margin: clamp(0.313rem, calc(-0.457rem + 0.96vw), 0.625rem) 0 0;
}
.idx_title .title {
  width: 100%;
  height: auto;
  font-size: var(--font36);
  color: #2B2E31;
  line-height: 1.57;
}
.idx_title .details {
  width: 100%;
  height: auto;
  margin: clamp(1.25rem, calc(-1.827rem + 3.85vw), 2.5rem) 0 0;
  font-size: var(--font14);
  color: #666666;
  line-height: 1.57;
  white-space: break-spaces;
}
.idx_title .classify:empty + .title {
  margin: 0;
}
/* 按钮 */
.idx_more {
  width: auto;
  height: clamp(calc(40 / 16 * 1rem), calc((40 / 16 * 1rem) + ((46 - 40) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(46 / 16 * 1rem));
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.idx_more a {
  min-width: clamp(calc(120 / 16 * 1rem), calc((120 / 16 * 1rem) + ((160 - 120) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(160 / 16 * 1rem));
  height: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 50px;
  border: var(--border-width) solid var(--border-color);
  background: var(--bg-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  --bg-color: transparent;
  --text-color: #FFF;
  --border-width: 1px;
  --border-color: #ffffff;
}
.idx_more a .word {
  font-size: var(--font14);
  color: var(--text-color);
  line-height: 1;
}
.idx_more a:hover {
  background: #eb1922;
  --border-color: #eb1922;
}
.triangle_box {
  width: 100%;
  height: 0;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  pointer-events: none;
}
.triangle_box .img {
  position: absolute;
  width: 31.25%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.triangle_box .img img {
  width: 100%;
  height: auto;
  max-width: unset !important;
  max-height: unset !important;
  opacity: 0.04;
}
.triangle_box.left_box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.triangle_box.left_box .img {
  transform: rotate(180deg);
}
/* 公共轮播图点 */
.pagerShow {
  --bg_color: #e7d3cb;
  --bg_width: 6px;
  --bg_height: 6px;
  --bg_radius: 50px;
  --bg_opacity: 1;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 6px;
}
.pagerShow span {
  width: var(--bg_width);
  height: var(--bg_height);
  background: var(--bg_color);
  opacity: var(--bg_opacity);
  border-radius: var(--bg_radius);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagerShow .swiper-pagination-bullet-active {
  width: 20px;
  background: #eb1922;
}
.idxPageShow {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.idxPageShow span {
  width: 11px;
  height: 11px;
  background: #dcdcdc;
  opacity: 1;
  border-radius: 50%;
}
.idxPageShow .swiper-pagination-bullet-active {
  background: #eb1922;
}
@media (max-width:990px) {
  .idxPageShow {
    gap: 5px;
  }
  .idxPageShow span {
    width: 5px;
    height: 5px;
  }
}
.idxPageHide {
  display: none;
}
@media (max-width:990px) {
  .idxPageHide {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
  }
  .idxPageHide span {
    width: 5px;
    height: 5px;
    background: #dcdcdc;
    opacity: 1;
    border-radius: 50%;
  }
  .idxPageHide .swiper-pagination-bullet-active {
    background: #eb1922;
  }
}
.idxPageSoll {
  padding-bottom: 5px;
}
@media (max-width:990px) {
  .idxPageSoll {
    width: 100% !important;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 5px;
  }
  .idxPageSoll span {
    width: 5px !important;
    height: 5px !important;
    background: #dcdcdc;
    opacity: 1;
    border-radius: 50%;
  }
  .idxPageSoll .swiper-pagination-bullet-active {
    background: #eb1922;
  }
}
.hh_info {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: var(--gap);
  --left_width: auto;
  --right_width: auto;
  --gap: auto;
}
.hh_info .hh_left {
  width: var(--left_width);
}
.hh_info .hh_right {
  width: var(--right_width);
}
@media (max-width:990px) {
  .hh_info {
    flex-direction: column !important;
  }
  .hh_info .hh_left {
    width: 100%;
    height: auto;
    position: relative !important;
    top: unset !important;
    z-index: 1;
  }
  .hh_info .hh_right {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}
/* 公共样式 - 结束 */
/* 首页 公共标题 */
.idx_title {
  width: 100%;
  height: auto;
  text-align: center;
}
.idx_title .title {
  font-size: var(--font36);
  color: #333333;
  font-weight: 500;
  line-height: 1;
}
.idx_title .subtitle {
  font-size: var(--font20);
  color: #333333;
  opacity: 0.4;
  font-weight: 500;
  margin-top: 10px;
}
.ins_more {
  width: 100%;
  height: auto;
}
.ins_more * {
  font-size: var(--font14);
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_more a,
.ins_more .more {
  width: 100%;
  min-width: var(--num_wh180);
  min-height: var(--num_wh48);
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px var(--num_20);
}
.ins_more a i,
.ins_more .more i {
  transform: translateY(1.5px);
}
.ins_more a:hover,
.ins_more .more:hover {
  background: #FFF;
}
.ins_more a:hover *,
.ins_more .more:hover * {
  color: var(--text_color);
  line-height: 1;
}
.ins_more a:hover img,
.ins_more .more:hover img {
  filter: brightness(0) invert(0);
}
.swiper_btn_1 {
  width: var(--num_wh48);
  height: var(--num_wh48);
  cursor: pointer;
  border: 1px solid #e5e5e5;
  background: #FFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper_btn_1 i {
  font-size: var(--font14);
  line-height: 1;
  color: #adadad;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper_btn_1:hover {
  background: #eb1922;
  border: 1px solid #eb1922;
}
.swiper_btn_1:hover i {
  color: #FFF;
}
.pager_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
  --span_wh: auto;
  --span_width: auto;
  --background_color: #eb1922;
  margin-top: 40px;
}
.pager_box .pagerDrop {
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
}
.pager_box .pagerDrop span {
  width: var(--span_wh);
  height: var(--span_wh);
  border-radius: 0;
  margin: 0 !important;
  font-size: var(--font18);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pager_box .pagerDrop .swiper-pagination-current {
  color: #eb1922;
}
.pager_box .pagerDrop * {
  font-family: 'Rubik-Regular';
}
.pager_box .swiper_btn {
  width: var(--num_wh48);
  height: var(--num_wh48);
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pager_box .swiper_btn i {
  font-size: var(--font14);
  line-height: 1;
  color: var(--background_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pager_box .swiper_btn:hover {
  background: #eb1922;
  border: 1px solid #eb1922;
}
.pager_box .swiper_btn:hover i {
  color: #FFF;
}
.pager {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: var(--num_60);
}
.pager .layui-laypage a,
.pager .layui-laypage span {
  padding: 0;
  width: var(--num_wh48);
  height: var(--num_wh48);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}
.pager .layui-laypage-next,
.pager .layui-laypage-prev {
  margin: 0 var(--num_20) !important;
  border: 1px solid #e7e7e7 !important;
}
.pager .layui-laypage-next *,
.pager .layui-laypage-prev * {
  font-size: var(--font14) !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pager .layui-laypage-next:hover,
.pager .layui-laypage-prev:hover {
  background: var(--active_color);
  border: 1px solid var(--active_color) !important;
}
.pager .layui-laypage-next:hover *,
.pager .layui-laypage-prev:hover * {
  color: #FFF;
}
.pager .layui-laypage {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
}
.pager .layui-laypage * {
  font-size: var(--font18);
}
.pager .layui-laypage-limits {
  width: auto !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 0 !important;
  background: none;
}
.pager .layui-laypage select {
  background: none;
      height: 100% !important;
  border: 0;
  padding: 3px 10px;
}
@media (max-width:990px) {
  .pager * {
    font-size: 12px !important;
  }
  .pager .layui-laypage a,
  .pager .layui-laypage span {
    padding: 0;
    width: 30px;
    height: 30px;
  }
}
.c_more {
  width: var(--num_wh48);
  height: var(--num_wh48);
  border-radius: 50%;
  border: 1px dotted var(--active_color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c_more img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.big_images {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.big_images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes lines {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes lines_2 {
  0% {
    top: 0;
    transform: translateY(-100%);
  }
  100% {
    top: 100%;
    transform: translateY(0%);
  }
}
.btn_box_1 {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: var(--num_40);
}
.btn_box_1 .item {
  width: 100%;
  min-height: var(--num_wh60);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #282828;
  padding: 10px var(--num_20);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_box_1 .item span {
  color: #FFF;
  font-size: var(--font16);
}
.btn_box_1 .item img {
  width: var(--num_wh24);
}
.btn_box_1 .item:hover {
  background: var(--active_color);
}
.ins_title {
  width: 100%;
  height: auto;
  --title_font_size: var(--font40);
  --subtitle_font_size: var(--font24);
  --details_font_size: var(--font16);
  --text_align: left;
  text-align: var(--text_align);
}
.ins_title .title {
  font-size: var(--title_font_size);
  color: var(--active_color);
  font-weight: 700;
}
.ins_title .subtitle {
  font-size: var(--subtitle_font_size);
  color: var(--subtitle_color);
  margin-top: 20px;
}
.ins_title .line_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: var(--num_40) 0 var(--num_50) 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_title .line_box i {
  width: 1px;
  height: var(--num_60);
  background: var(--active_color);
}
.ins_title .line_box i:last-child {
  width: 9px;
  height: 9px;
  border: 2px solid var(--active_color);
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  top: 0;
  animation: lines_2 2s linear infinite;
}
.ins_title .details {
  font-size: var(--details_font_size);
  color: #888888;
  margin-top: var(--num_20);
}
.ins_title .ins_tit {
  font-size: var(--font36);
  color: var(--active_color);
  font-weight: 500;
  line-height: 1.3;
}
.ins_title .ins_tit_b {
  font-size: var(--font36);
  color: var(--active_color);
  font-weight: 700;
  line-height: 1.3;
}
.ins_title .ins_sub {
  font-size: var(--font20);
  color: var(--text_color);
  line-height: 1.5;
  margin-top: 15px;
}
.ins_title .ins_sub_6 {
  font-size: var(--font20);
  line-height: 1.5;
  margin-top: 15px;
  color: #666666;
}
.ins_title .ins_sub_6 * {
  color: #666666;
}
@media (max-width:990px) {
  .ins_title .subtitle {
    margin-top: 5px;
  }
}
/* 内页 banner */
.ins_banner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.ins_banner .center_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: var(--header-height);
}
.ins_banner .center_box .content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transform: translateY(-5px);
}
.ins_banner .center_box .content .icon {
  position: absolute;
  left: 0;
  transform: translateX(calc(-100% - 20px));
}
.ins_banner .center_box .content .word {
  font-size: var(--font48);
  color: #FFF;
  font-weight: 700;
}
.ins_banner .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_banner .images .wap {
  /*min-height: 60vh;*/
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* 内页 导航 */
.ins_nav {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: var(--background_color);
}
.ins_nav .center_box {
  width: 100%;
  height: auto;
  --left_width: auto;
  --right_width: auto;
  --gap: 20px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.ins_nav .center_box .hh_left {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: var(--num_20);
  flex-shrink: 0;
}
.ins_nav .center_box .hh_left * {
  font-size: var(--font16);
  color: var(--text_color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
}
.ins_nav .center_box .hh_left .icon {
  width: auto;
  height: auto;
}
.ins_nav .center_box .hh_left .icon a {
  padding: 25px 0 25px 0;
}
.ins_nav .center_box .hh_left .icon i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 4px;
  border-color: transparent transparent transparent #4c4c4c;
  display: block;
}
.ins_nav .center_box .hh_left .icon + .icon a {
  opacity: 0.6;
}
.ins_nav .center_box .hh_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--num_40);
}
.ins_nav .center_box .hh_right .one {
  font-size: var(--font16);
  color: var(--text_color);
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 25px 0 26px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
}
.ins_nav .center_box .hh_right .one span {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_nav .center_box .hh_right .one::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 3px;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_nav .center_box .hh_right .one.active span {
  color: var(--active_color);
  opacity: 1;
  font-weight: 700;
}
.ins_nav .center_box .hh_right .one.active::after {
  width: 100%;
  left: 0;
}
.ins_nav .center_box .hh_right .one:hover span {
  color: var(--active_color);
  opacity: 1;
}
.ins_nav.padding_top {
  padding-top: var(--header-height);
}
.ins_nav.padding_top .hh_left * {
  color: #FFF;
}
.ins_nav.padding_top .more {
  width: var(--num_wh180);
  min-height: var(--num_wh48);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: var(--num_45) 0;
  padding: 10px var(--num_20);
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_nav.padding_top .more * {
  font-size: var(--font14);
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_nav.padding_top .more:hover {
  background: #FFF;
}
.ins_nav.padding_top .more:hover * {
  color: var(--text_color);
}
.ins_nav.padding_top .more:hover img {
  filter: brightness(0) invert(0);
}
@media (max-width:990px) {
  .ins_nav .center_box {
    gap: 0;
  }
  .ins_nav .center_box .hh_left {
    display: none !important;
  }
  .ins_nav .center_box .hh_right {
    margin-top: 0;
    padding: 10px 0;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    gap: 0 20px;
  }
  .ins_nav .center_box .hh_right .one {
    padding: 10px 0;
  }
}
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ----------------------------------------------------------   首页 */
/* 首页 Banner */
.idx_banner {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  background: #000;
  overflow: hidden;
  --pager-height: clamp(calc(100 / 16 * 1rem), calc((100 / 16 * 1rem) + ((166 - 100) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(166 / 16 * 1rem));
}
.idx_banner .swiper_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.idx_banner .swiper_box ul li {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_banner .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.idx_banner .swiper_box ul li .centerInfo .word_box {
  transform: translateY(10%);
}
.idx_banner .swiper_box ul li .centerInfo img {
  position: absolute;
  transform: translateX(calc(-100% - 20px));
  width: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((52 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(52 / 16 * 1rem));
}
.idx_banner .swiper_box ul li .centerInfo .title {
  width: fit-content;
  height: auto;
  font-size: var(--font60);
  font-weight: 700;
  color: #FFF;
  line-height: 1.2;
  opacity: 0;
  transform: translateX(30px);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_banner .swiper_box ul li .images {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.idx_banner .swiper_box ul li .images .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.idx_banner .swiper_box ul li .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_banner .swiper_box ul li.active,
.idx_banner .swiper_box ul li.swiper-slide-active {
  z-index: 2;
  pointer-events: initial;
}
.idx_banner .swiper_box ul li.active .centerInfo .title,
.idx_banner .swiper_box ul li.swiper-slide-active .centerInfo .title {
  transform: translateX(0);
  opacity: 1;
  -o-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.idx_banner .swiper_box ul li.active .images,
.idx_banner .swiper_box ul li.swiper-slide-active .images {
  animation: lines 1s linear;
}
.idx_banner .swiper_box ul li.swiper-slide-prev {
  opacity: 1 !important;
}
.idx_banner .pagerBanner {
  width: 100%;
  height: var(--pager-height);
  position: absolute;
  z-index: 8;
  bottom: 0;
  left: 0;
  padding-top: 35px;
}
.idx_banner .pagerBanner .center_info {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_banner .pagerBanner .center_info .pager_idx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 2px;
  --wi: 30px;
}
.idx_banner .pagerBanner .center_info .pager_idx span {
  width: var(--wi);
  height: var(--wi);
  position: relative;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: none;
}
.idx_banner .pagerBanner .center_info .pager_idx span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #FFF;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_banner .pagerBanner .center_info .pager_idx span::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFF;
}
.idx_banner .pagerBanner .center_info .pager_idx span i {
  width: calc(var(--wi) / 2);
  height: var(--wi);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  z-index: 2;
  top: 0;
  overflow: hidden;
}
.idx_banner .pagerBanner .center_info .pager_idx span i::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.idx_banner .pagerBanner .center_info .pager_idx span i:first-child {
  left: 0;
}
.idx_banner .pagerBanner .center_info .pager_idx span i:first-child::after {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border: 2px solid #eb1922;
  border-right: 0;
  transform: rotate(180deg);
  transform-origin: right center;
}
.idx_banner .pagerBanner .center_info .pager_idx span i:last-child {
  right: 0;
}
.idx_banner .pagerBanner .center_info .pager_idx span i:last-child::after {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border: 2px solid #eb1922;
  border-left: 0;
  transform: rotate(180deg);
  transform-origin: left center;
}
.idx_banner .pagerBanner .center_info .pager_idx span.active::after {
  opacity: 0.3;
}
.idx_banner .pagerBanner .center_info .pager_idx span.active i:first-child::after {
  transform: rotate(360deg);
  transition: all 2.5s linear;
  transition-delay: 2.5s;
}
.idx_banner .pagerBanner .center_info .pager_idx span.active i:last-child::after {
  transform: rotate(360deg);
  transition: all 2.5s linear;
}
.idx_banner .pagerBanner .center_info .pager_idx span.is_active i::after {
  animation-play-state: paused;
}
.idx_banner .pagerBanner .center_info .pager_idx span.is_active i::before {
  animation-play-state: paused;
}
.idx_banner .pagerBanner .center_info .pager_idx span.is_active::before {
  background: url(../images/icon_3.png) no-repeat center;
}
.idx_banner .pagerBanner .center_info .pause {
  width: 10px;
  height: 30px;
  position: relative;
  z-index: 1;
}
.idx_banner .pagerBanner .center_info .pause .one {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.idx_banner .pagerBanner .center_info .pause .one i {
  display: block;
  width: 3px;
  height: 8px;
  background: #FFF;
}
.idx_banner .pagerBanner .center_info .pause .one.active {
  display: none !important;
}
.idx_banner .pagerBanner .center_info .pause .tow {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.idx_banner .pagerBanner .center_info .pause .tow i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #FFFFFF;
  cursor: pointer;
  display: block;
}
.idx_banner .pagerBanner .center_info .pause .tow.active {
  display: flex !important;
}
.idx_banner .pagerBanner .center_info .swiper_btu {
  width: 15px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.idx_banner .pagerBanner .center_info .swiper_btu i {
  width: 10px;
  height: 2px;
  position: relative;
  display: block;
}
.idx_banner .pagerBanner .center_info .swiper_btu i::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  background: #FFF;
  transform: rotate(-45deg) translateY(200%);
}
.idx_banner .pagerBanner .center_info .swiper_btu i::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg) translateY(-200%);
}
.idx_banner .pagerBanner .center_info .swiper_btu.prev {
  transform: rotate(180deg);
}
.idx_banner .pagerBanner .center_info .swiper_btu:hover i::after {
  background: #eb1922;
}
.idx_banner .pagerBanner .center_info .swiper_btu:hover i::before {
  background: #eb1922;
}
@media (max-width:990px) {
  .idx_banner {
    height: auto;
    max-height: 70vh;
  }
  .idx_banner .pagerBanner .center_info .swiper_btu {
    display: none;
  }
  .idx_banner .pagerBanner .center_info .pause {
    display: none;
  }
  .idx_banner .pagerBanner .center_info .pager_idx {
    --wi: 20px;
  }
  .idx_banner .pagerBanner .center_info .pager_idx span::before {
    width: 5px;
    height: 5px;
  }
  .idx_banner .swiper_box ul li .centerInfo .word_box {
    transform: translateY(0);
  }
  .idx_banner .swiper_box ul li .centerInfo .title {
    max-width: 100% !important;
    font-size: 26px;
  }
}
@media (max-width:480px) {
  .idx_banner .swiper_box ul li .centerInfo .title {
    max-width: 210px;
    font-size: 24px;
  }
}
.idx_bannerImg {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  background: #000;
  overflow: hidden;
}
.idx_bannerImg .center {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.idx_bannerImg .center .center_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_bannerImg .center .center_box .title {
  width: fit-content;
  height: auto;
  font-size: var(--font60);
  font-weight: 700;
  color: #FFF;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_bannerImg .center .center_box img {
  position: absolute;
  transform: translateX(calc(-100% - 20px));
  width: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((52 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(52 / 16 * 1rem));
}
.idx_bannerImg .video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.idx_bannerImg .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width:990px) {
  .idx_bannerImg {
    height: auto;
  }
  .idx_bannerImg .video video {
    min-height: 60vh;
  }
  .idx_bannerImg .center .center_box .title {
    font-size: 22px;
  }
}
/* 首页 产品 */
.idx_productCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: clamp(60px, 6.25vw, 120px) 0 clamp(50px, 5.2vw, 100px) 0;
  background: url(../images/idx_pro1.jpg) no-repeat top center;
}
.idx_productCon1 .center_box {
  width: 100%;
  height: auto;
}
.idx_productCon1 .center_box .idx_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_productCon1 .center_box .idx_title .list {
  width: 100%;
  max-width: 56.111%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  z-index: 10;
  margin-top: 20px;
}
.idx_productCon1 .center_box .idx_title .list .one {
  font-size: var(--font18);
  height: clamp(calc(36 / 16 * 1rem), calc((36 / 16 * 1rem) + ((60 - 36) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(60 / 16 * 1rem));
  background: #282828;
  cursor: pointer;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: clamp(10px, 1.04166666666667vw, 20px);
}
.idx_productCon1 .center_box .idx_title .list .one.active {
  background: #eb1922;
  color: #FFF;
}
.idx_productCon1 .center_box .idx_title .list .one .word {
  font-size: var(--font20);
  color: #FFF;
}
.idx_productCon1 .center_box .idx_title .list .one .icon {
  width: clamp(calc(15 / 16 * 1rem), calc((15 / 16 * 1rem) + ((22 - 15) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(22 / 16 * 1rem));
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_productCon1 .center_box .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 25px;
}
.idx_productCon1 .center_box .swiper_box ul li .title_word {
  font-size: var(--font20);
  color: #333333;
  opacity: 0.4;
  font-weight: 500;
  text-align: center;
}
.idx_productCon1 .center_box .swiper_box ul li .content {
  width: 100%;
  gap: 8px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: clamp(30px, 3.125vw, 60px);
}
.idx_productCon1 .center_box .swiper_box ul li .content .item {
  width: calc(25% - 6px);
  height: auto;
  background: #ffffff;
  background-image: url(../images/idx_pro6a.png);
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.idx_productCon1 .center_box .swiper_box ul li .content .item .images {
  width: 100%;
  height: auto;
  box-shadow: 0 0 20px 1px #e5e5e5;
}
.idx_productCon1 .center_box .swiper_box ul li .content .item .images .pb {
  padding-bottom: 135.597%;
}
.idx_productCon1 .center_box .swiper_box ul li .content .item .images .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_productCon1 .center_box .swiper_box ul li .content .item .images .pb .ab img {
  max-width: 90%;
  max-height: 80%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_productCon1 .center_box .swiper_box ul li .content .item .word_box {
  width: 100%;
  height: auto;
  padding: clamp(20px, 2.083vw, 40px) clamp(10px, 1.04166666666667vw, 20px) clamp(15px, 1.5625vw, 30px) clamp(10px, 1.04166666666667vw, 20px);
  background: #eeeeee;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_productCon1 .center_box .swiper_box ul li .content .item .word_box .title {
  font-size: var(--font24);
  color: #282828;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_productCon1 .center_box .swiper_box ul li .content .item .word_box .subtitle {
  font-size: var(--font16);
  color: #282828;
  line-height: 1;
  margin: clamp(10px, 1.04166666666667vw, 20px) 0 clamp(15px, 1.5625vw, 30px) 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.idx_productCon1 .center_box .swiper_box ul li .content .item .word_box .more {
  font-size: 12px;
  color: #282828;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_productCon1 .center_box .swiper_box ul li .content .item .word_box .more img {
  filter: brightness(0) invert(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_productCon1 .center_box .swiper_box ul li .content .item.active .word_box {
  background: #eb1922;
}
.idx_productCon1 .center_box .swiper_box ul li .content .item.active .word_box .title,
.idx_productCon1 .center_box .swiper_box ul li .content .item.active .word_box .subtitle,
.idx_productCon1 .center_box .swiper_box ul li .content .item.active .word_box .more {
  color: #FFF;
}
.idx_productCon1 .center_box .swiper_box ul li .content .item.active .word_box .more img {
  filter: brightness(1) invert(0);
}
@media (max-width:990px) {
  .idx_productCon1 .center_box .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .idx_productCon1 .item {
    width: 100% !important;
    height: auto;
  }
  .idx_productCon1 .item .word_box {
    background: #eb1922 !important;
  }
  .idx_productCon1 .item .word_box .title,
  .idx_productCon1 .item .word_box .subtitle,
  .idx_productCon1 .item .word_box .more {
    color: #FFF !important;
  }
  .idx_productCon1 .item .word_box .more img {
    filter: brightness(0) invert(1) !important;
  }
  .idx_productCon1 .center_box .idx_title .list {
    max-width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .idx_productCon1 .center_box .idx_title .list .one {
    padding: 4px 12px;
  }
}
@media (max-width:480px) {
  .idx_productCon1 .center_box .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .idx_productCon1 .center_box .content .item {
    width: 100%;
    height: auto;
  }
  .idx_productCon1 .center_box .content .item .images {
    box-shadow: unset  !important;
  }
  .idx_productCon1 .center_box .content .item .pb {
    padding-bottom: 100%;
  }
  .idx_productCon1 .center_box .content .item .pb .ab img {
    width: 100%;
  }
  .idx_productCon1 .item .images .pb {
    padding-bottom: 70% !important;
  }
  .idx_productCon1 .item .images .pb .ab img {
    max-width: 70%;
    max-height: 70%;
  }
  .idx_productCon1 .item .word_box .more {
    opacity: 1 !important;
    transform: translateX(0px) !important;
  }
  .idx_productCon1 .item .word_box .more img {
    filter: brightness(0) invert(0);
  }
}
/* 首页 智能穿戴 */
.idx_productCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #000;
  --color_fff: #FFF;
  --fit: brightness(0) invert(1);
}
.idx_productCon2 .center_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((150 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(150 / 16 * 1rem)) 0;
}
.idx_productCon2 .center_box .center {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: clamp(calc(0 / 16 * 1rem), calc((0 / 16 * 1rem) + ((120 - 0) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(120 / 16 * 1rem));
}
.idx_productCon2 .center_box .center .swiper_box {
  width: 100%;
  height: auto;
}
.idx_productCon2 .center_box .center .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  padding-left: 90px;
  max-width: 800px;
  position: relative;
  font-size: var(--font48);
}
.idx_productCon2 .center_box .center .swiper_box ul li .centerInfo::after {
  content: '';
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 60px;
  height: 4px;
  background: #eb1922;
  transform: translateX(0px);
}
.idx_productCon2 .center_box .center .swiper_box ul li .centerInfo .title {
  font-size: var(--font48);
  color: var(--color_fff);
  font-weight: 500;
  line-height: 1;
  transform: translateX(200px);
  opacity: 0;
}
.idx_productCon2 .center_box .center .swiper_box ul li .centerInfo .subtitle {
  font-size: var(--font18);
  color: var(--color_fff);
  font-weight: 500;
  line-height: 1.8;
  margin-top: clamp(15px, 1.5625vw, 30px);
  transform: translateX(200px);
  opacity: 0;
}
.idx_productCon2 .center_box .center .swiper_box ul li.swiper-slide-active .centerInfo .title {
  transform: translateX(0px);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
}
.idx_productCon2 .center_box .center .swiper_box ul li.swiper-slide-active .centerInfo .subtitle {
  transform: translateX(0px);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 1;
}
.idx_productCon2 .center_box .center .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_productCon2 .center_box .center .item_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: var(--color_fff);
  opacity: 0.2;
}
.idx_productCon2 .center_box .center .item_box::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: var(--color_fff);
  opacity: 0.2;
}
.idx_productCon2 .center_box .center .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: clamp(30px, 3.125vw, 60px) 0 clamp(35px, 3.6vw, 70px) 0;
  cursor: pointer;
  opacity: 0.6;
}
.idx_productCon2 .center_box .center .item_box .item::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: calc(100% + 40px);
  background: url(../images/idx_proLiist9.jpg) no-repeat center center / cover;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_productCon2 .center_box .center .item_box .item .icon {
  width: clamp(calc(20 / 16 * 1rem), calc((20 / 16 * 1rem) + ((53 - 20) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(53 / 16 * 1rem));
  position: relative;
  z-index: 2;
}
.idx_productCon2 .center_box .center .item_box .item .icon img {
  filter: var(--fit);
}
.idx_productCon2 .center_box .center .item_box .item .word {
  margin-top: clamp(calc(10 / 16 * 1rem), calc((10 / 16 * 1rem) + ((55 - 10) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(55 / 16 * 1rem));
  font-size: var(--font18);
  color: var(--color_fff);
  line-height: 1;
  position: relative;
  z-index: 2;
}
.idx_productCon2 .center_box .center .item_box .item:hover,
.idx_productCon2 .center_box .center .item_box .item.active {
  opacity: 1;
}
.idx_productCon2 .center_box .center .item_box .item:hover::after,
.idx_productCon2 .center_box .center .item_box .item.active::after {
  opacity: 1;
}
.idx_productCon2 .swiper_img {
  width: 100%;
  height: auto;
}
.idx_productCon2 .swiper_img ul li {
  height: auto;
}
.idx_productCon2 .swiper_img ul li .images {
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.idx_productCon2 .swiper_img ul li .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 250px;
}
.idx_productCon2 .swiper_img ul li.swiper-slide-active {
  z-index: 2;
}
.idx_productCon2 .swiper_img ul li.swiper-slide-active .images {
  animation: lines 1s linear;
}
.idx_productCon2 .swiper_img ul li.swiper-slide-prev {
  opacity: 1 !important;
}
@media (max-width:990px) {
  .idx_productCon2 {
    --color_fff: #000;
    --fit: brightness(0) invert(0);
    background: #FFF;
  }
  .idx_productCon2 .center_box {
    position: relative;
    padding-bottom: 0;
    padding-top: 0px;
  }
  .idx_productCon2 .center_box .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
  }
  .idx_productCon2 .center_box .center .item_box {
    margin-top: 0px;
    grid-template-columns: repeat(4, 1fr);
  }
  .idx_productCon2 .center_box .center .item_box .item {
    padding: 20px 0;
    opacity: 1;
  }
  .idx_productCon2 .center_box .center .item_box .item .word {
    font-size: 12px;
  }
  .idx_productCon2 .center_box .center .item_box .item::after {
    height: 100%;
  }
  .idx_productCon2 .center_box .center .item_box .item.active .icon {
    --fit: brightness(0) invert(1) !important;
  }
  .idx_productCon2 .center_box .center .item_box .item.active .word {
    color: #FFF !important;
  }
  .idx_productCon2 .center_box .center .item_box::before {
    opacity: 0.1;
  }
  .idx_productCon2 .center_box .center .swiper_box {
    width: 100%;
    height: auto;
    padding-top: 10vh;
    min-height: 40vh;
    --color_fff: #FFF;
  }
  .idx_productCon2 .center_box .center .swiper_box ul li .centerInfo {
    padding-left: 40px !important;
  }
  .idx_productCon2 .center_box .center .swiper_box ul li .centerInfo::after {
    width: 25px;
    height: 2px;
  }
  .idx_productCon2 .swiper_img {
    position: absolute;
    bottom: 0;
  }
  .idx_productCon2 .swiper_img ul li .images img {
    height: 45vh;
  }
  .idx_productCon2 .swiper_img ul li .images img {
    height: 45vh;
  }
  .idx_productCon2 .center_box .center .swiper_box {
    height: 45vh;
    margin-top: 20px;
  }
  .idx_productCon2 .center_box .center .swiper_box ul li .centerInfo .subtitle {
    max-height: 150px;
    overflow: auto;
  }
  .idx_productCon2 .center_box .center .item_box::after {
    display: none;
  }
}
/* 首页 康盈半导体 */
.idx_productCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: clamp(55px, 5.279vw, 110px);
}
.idx_productCon3 .images_bg {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.idx_productCon3 .images_bg img {
  width: auto;
  height: auto;
  margin: auto;
}
.idx_productCon3 .idx_title {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 4;
}
.idx_productCon3 .idx_title .en_box {
  font-size: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((72 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(72 / 16 * 1rem));
  color: #d9d2c9;
  line-height: 1;
  margin-top: 10px;
}
.idx_productCon3 .idx_title .en_box span {
  color: #eb1922;
}
.idx_productCon3 .content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: clamp(40px, 4.166vw, 80px);
}
.idx_productCon3 .content .center_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.idx_productCon3 .content .center_box .w1440 {
  position: relative;
  z-index: 1;
}
.idx_productCon3 .content .center_box .word_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  max-width: 750px;
}
.idx_productCon3 .content .center_box .word_box .title {
  font-size: var(--font48);
  color: #FFF;
  font-weight: 500;
  position: relative;
}
.idx_productCon3 .content .center_box .word_box .title::after {
  content: '';
  position: absolute;
  top: 0.5em;
  transform: translateX(-42px);
  left: 0;
  width: 24px;
  height: 28px;
  background: url(../images/icon_11.png) no-repeat top;
}
.idx_productCon3 .content .center_box .word_box .subtitle {
  font-size: var(--font24);
  color: #FFF;
  line-height: 1.5;
  padding: clamp(30px, 3.125vw, 60px) 0 clamp(30px, 3.125vw, 60px) 0;
}
.idx_productCon3 .content .center_box .video_open {
  position: absolute;
  z-index: 0;
  width: 100vw;
  height: 100%;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50vw);
}
.idx_productCon3 .content .idx_more a {
  background: #eb1922;
  border: 0;
}
.idx_productCon3 .content .idx_more a:hover {
  transform: scale(1.02);
}
.idx_productCon3 .content .images {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx_productCon3 .content .images img,
.idx_productCon3 .content .images video {
  width: 100%;
  min-height: 60vh;
  object-fit: cover;
}
@media (max-width:990px) {
  .idx_productCon3 .content .center_box .w1440 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .idx_productCon3 .content .center_box .word_box {
    height: auto;
  }
}
/* 首页 新闻 */
.idx_productCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: clamp(70px, 7.29vw, 140px);
  padding-bottom: clamp(50px, 5.2vw, 100px);
  background: url(../images/idx2.jpg) no-repeat top center / cover;
}
.idx_productCon4 .center_box {
  width: 100%;
  height: auto;
}
.idx_productCon4 .center_box .idx_title {
  text-align: left;
}
.idx_productCon4 .center_box .idx_title .subtitle {
  margin-top: clamp(15px, 1.5625vw, 30px);
}
.idx_productCon4 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: clamp(30px, 3.125vw, 60px);
}
.idx_productCon4 .center_box .item_box .item {
  width: 100%;
  height: auto;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.idx_productCon4 .center_box .item_box .item .images {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer;
}
.idx_productCon4 .center_box .item_box .item .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_productCon4 .center_box .item_box .item .word {
  max-width: 354px;
  width: 100%;
  height: auto;
  padding: clamp(15px, 1.5625vw, 30px);
  position: relative;
  z-index: 2;
}
.idx_productCon4 .center_box .item_box .item .word::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 220px;
  height: 100%;
  background: #FFF;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_productCon4 .center_box .item_box .item .word .title {
  font-size: var(--font24);
  color: #000000;
  font-weight: 500;
  max-width: 180px;
  position: relative;
  z-index: 2;
  line-height: 1.25;
}
.idx_productCon4 .center_box .item_box .item .word .more {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #eb1922;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: clamp(25px, 2.56vw, 50px);
  margin-bottom: clamp(20px, 2.083vw, 40px);
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_productCon4 .center_box .item_box .item .word .subtitle {
  font-size: var(--font14);
  color: #282828;
  opacity: 0;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(20px);
}
.idx_productCon4 .center_box .item_box .item:hover .word::after {
  max-width: 100%;
  opacity: 1;
}
.idx_productCon4 .center_box .item_box .item:hover .word .subtitle {
  opacity: 0.7;
  transform: translateX(0px);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media (max-width:990px) {
  .idx_productCon4 .center_box .item_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .idx_productCon4 .center_box .item_box .item .word {
    position: relative;
    max-width: 60%;
  }
  .idx_productCon4 .center_box .item_box .item .word::after {
    max-width: 100%;
    opacity: 1;
  }
  .idx_productCon4 .center_box .item_box .item .word .title {
    max-width: 100%;
    padding-right: 50px;
  }
  .idx_productCon4 .center_box .item_box .item .word .more {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: 30px;
    height: 30px;
    margin-top: 20px;
  }
  .idx_productCon4 .center_box .item_box .item .word .more img {
    width: 12px;
  }
  .idx_productCon4 .center_box .item_box .item .word .subtitle {
    opacity: 0.7;
    transform: translateX(0px);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    margin-top: 20px;
  }
}
/* 首页 新闻 */
.idx_new {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: clamp(50px, 5.2vw, 100px) 0 clamp(60px, 6.25vw, 120px) 0;
  overflow: hidden;
}
.idx_new .center_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx_new .center_box .idx_title {
  text-align: left;
}
.idx_new .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: clamp(20px, 2.083vw, 40px);
}
.idx_new .center_box .item_box .item {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
  overflow: hidden;
}
.idx_new .center_box .item_box .item .word_box {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}
.idx_new .center_box .item_box .item .word_box .title {
  font-size: var(--font24);
  color: #eb1922;
  font-weight: 500;
  line-height: 1;
}
.idx_new .center_box .item_box .item .word_box .subtitle {
  height: calc(2em * 1.3333333);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: var(--font18);
  color: #000000;
  margin: clamp(15px, 1.5625vw, 30px) 0 clamp(10px, 1.04166666666667vw, 20px) 0;
  line-height: 1.3333333;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_new .center_box .item_box .item .word_box .details {
  height: calc(3em * 1.57142);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  color: #282828;
  line-height: 1.57142;
  opacity: 0.7;
  font-weight: 200;
}
.idx_new .center_box .item_box .item .word_box .time {
  font-size: 12px;
  color: #000000;
  opacity: 0.7;
  margin-top: 20px;
  position: relative;
  font-weight: 200;
}
.idx_new .center_box .item_box .item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 0;
}
.idx_new .center_box .item_box .item1::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #e6e6e6;
}
.idx_new .center_box .item_box .item1 .images {
  margin-top: 20px;
}
.idx_new .center_box .item_box .item1 .images .pb {
  padding-bottom: 56.5%;
}
.idx_new .center_box .item_box .item1 .images .pb .ab img {
  width: 100%;
}
.idx_new .center_box .item_box .item1 .word_box {
  max-width: 310px;
}
.idx_new .center_box .item_box .item2 {
  background: url(../images/idx7.jpg) no-repeat top right / cover;
  padding-left: 20px;
  padding-right: 20px;
}
.idx_new .center_box .item_box .item2 .item_list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: clamp(15px, 1.5625vw, 30px);
  margin-top: clamp(15px, 1.5625vw, 30px);
}
.idx_new .center_box .item_box .item2 .item_list .list {
  width: 100%;
  height: auto;
  padding-top: clamp(15px, 1.5625vw, 30px);
  position: relative;
}
.idx_new .center_box .item_box .item2 .item_list .list::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #e4e7ec;
}
.idx_new .center_box .item_box .item2 .item_list .list .subtitle {
  font-size: var(--font18);
  color: #282828;
  line-height: 1.3333333;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_new .center_box .item_box .item2 .item_list .list .time {
  font-size: 12px;
  color: #000000;
  margin-top: 15px;
  opacity: 0.7;
  font-weight: 200;
}
.idx_new .center_box .item_box .item3 {
  background: url(../images/idx8.jpg) no-repeat bottom left / cover;
  padding: 30px 20px;
}
.idx_new .center_box .item_box .item3 .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx_new .center_box .item_box .item3 .pagerShow {
  --bg_color: #e7d3cb;
  --bg_width: 6px;
  --bg_height: 6px;
  --bg_radius: 50px;
  --bg_opacity: 1;
  padding-top: clamp(15px, 1.5625vw, 30px);
}
.idx_new .center_box .item_box a:hover .subtitle {
  color: #eb1922 !important;
}
@media (max-width:990px) {
  .idx_new .center_box .item_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .idx_new .center_box .item_box .item .word_box {
    max-width: 100%;
  }
  .idx_new .center_box .item_box .item .word_box .title {
    font-size: 17px;
  }
  .idx_new .center_box .item_box .item .word_box .subtitle {
    height: auto;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    font-size: 15px;
  }
  .idx_new .center_box .item_box .item .word_box .details {
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
  }
  .idx_new .center_box .item_box .item3 {
    min-height: 50vh;
  }
}
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ----------------------------------------------------------   产品中心 */
.ins_procuctCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_140);
  padding-bottom: var(--num_40);
  overflow: hidden;
}
.ins_procuctCon1::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 195px;
  background: #f5f5f5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_procuctCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_procuctCon1 .center_box .ins_title {
  --text_align: center;
}
.ins_procuctCon1 .center_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: var(--num_150);
  gap: 40px;
}
.ins_procuctCon1 .center_box .item_box .item {
  width: calc(25% - 30px);
  height: auto;
  border: 1px solid #eeeeee;
  padding-top: var(--num_90);
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_procuctCon1 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0%;
  z-index: 0;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_procuctCon1 .center_box .item_box .item .images {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  transform: translateY(-50%);
}
.ins_procuctCon1 .center_box .item_box .item .images .pb {
  padding-bottom: 33.871%;
}
.ins_procuctCon1 .center_box .item_box .item .images .pb .ab img {
  margin: auto;
}
.ins_procuctCon1 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.ins_procuctCon1 .center_box .item_box .item .word .title {
  font-size: var(--font24);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_procuctCon1 .center_box .item_box .item .word .subtitle {
  font-size: var(--font14);
  color: #888888;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_procuctCon1 .center_box .item_box .item .word .icon {
  margin-top: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(-10px);
  opacity: 0;
}
.ins_procuctCon1 .center_box .item_box .item .images_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.ins_procuctCon1 .center_box .item_box .item .images_bg img {
  width: 100%;
  height: auto;
}
.ins_procuctCon1 .center_box .item_box .item .images_bg .tow {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.ins_procuctCon1 .center_box .item_box .item:hover,
.ins_procuctCon1 .center_box .item_box .item.active {
  background: var(--active_color);
}
.ins_procuctCon1 .center_box .item_box .item:hover::after,
.ins_procuctCon1 .center_box .item_box .item.active::after {
  height: 100%;
}
.ins_procuctCon1 .center_box .item_box .item:hover .images_bg img.one,
.ins_procuctCon1 .center_box .item_box .item.active .images_bg img.one {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_procuctCon1 .center_box .item_box .item:hover .images_bg img.tow,
.ins_procuctCon1 .center_box .item_box .item.active .images_bg img.tow {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_procuctCon1 .center_box .item_box .item:hover .word .title,
.ins_procuctCon1 .center_box .item_box .item.active .word .title,
.ins_procuctCon1 .center_box .item_box .item:hover .word .subtitle,
.ins_procuctCon1 .center_box .item_box .item.active .word .subtitle {
  color: #FFF;
}
.ins_procuctCon1 .center_box .item_box .item:hover .word .icon,
.ins_procuctCon1 .center_box .item_box .item.active .word .icon {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width:990px) {
  .ins_procuctCon1 .center_box .item_box {
    gap: 50px 10px;
  }
  .ins_procuctCon1 .center_box .item_box .item {
    width: calc(50% - 5px);
  }
  .ins_procuctCon1 .center_box .item_box .item .word .icon {
    display: none;
  }
}
@media (max-width:480px) {
}
.ins_procuctCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_60);
  padding-bottom: var(--num_80);
  background: #f5f5f5;
  overflow: hidden;
}
.ins_procuctCon2 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: var(--num_60);
}
.ins_procuctCon2 .center_box .item {
  width: 100%;
  height: auto;
  padding: var(--num_40);
  --left_width: 50%;
  --right_width: 50%;
  --gap: 40px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.ins_procuctCon2 .center_box .item .hh_left .images .pb {
  padding-bottom: 79.802%;
}
.ins_procuctCon2 .center_box .item .images_bg {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.ins_procuctCon2 .center_box .item .hh_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: var(--num_40);
}
.ins_procuctCon2 .center_box .item .hh_right .ins_title {
  --title_font_size: var(--font48);
}
.ins_procuctCon2 .center_box .item .hh_right .ins_title .title {
  line-height: 1.25;
}
.ins_procuctCon2 .center_box .item .hh_right .ins_title .details {
  font-size: var(--font20);
  margin-top: 15px;
  padding-bottom: var(--num_35);
  position: relative;
  z-index: 1;
}
.ins_procuctCon2 .center_box .item .hh_right .ins_title .details::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #eeeeee;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_procuctCon2 .center_box .item .hh_right .ins_title .details::before {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_procuctCon2 .center_box .item .hh_right .list {
  width: 100%;
  height: auto;
  margin-top: var(--num_30);
}
.ins_procuctCon2 .center_box .item .hh_right .list .one {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  padding-left: 20px;
  position: relative;
}
.ins_procuctCon2 .center_box .item .hh_right .list .one,
.ins_procuctCon2 .center_box .item .hh_right .list .one * {
  font-size: var(--font16);
  color: #222222;
  line-height: 2.25;
}
.ins_procuctCon2 .center_box .item .hh_right .list .one img {
  width: 12px;
  height: auto;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.ins_procuctCon2 .center_box .item .hh_right .btn_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_30);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
.ins_procuctCon2 .center_box .item .hh_right .btn_box .one {
  min-width: var(--num_wh100);
  min-height: var(--num_wh40);
  border-radius: 100px;
  background: #fde8e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
  padding: 10px;
  font-size: var(--font14);
  font-weight: 500;
}
.ins_procuctCon2 .center_box .item .hh_right .fot_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_50);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
.ins_procuctCon2 .center_box .item .hh_right .fot_box a {
  width: var(--num_wh180);
  min-height: var(--num_wh48);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font14);
  color: #FFF;
  background: #282828;
  padding: 8px var(--num_20);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_procuctCon2 .center_box .item .hh_right .fot_box a span {
  color: #FFF;
}
.ins_procuctCon2 .center_box .item .hh_right .fot_box a:hover {
  background: var(--active_color);
}
.ins_procuctCon2 .center_box .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.ins_procuctCon2 .center_box .item:nth-child(2n) .images_bg {
  right: 0;
  left: unset !important;
  transform: rotateY(180deg);
}
.ins_procuctCon2.ins_procuctCon2_ac .center_box .item {
  --left_width: 44%;
  --right_width: 50%;
  padding-left: var(--num_80);
  padding-bottom: var(--num_80);
}
.ins_procuctCon2.ins_procuctCon2_ac .center_box .item .hh_right {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_procuctCon2.ins_procuctCon2_ac .center_box .item .hh_left .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_procuctCon2.ins_procuctCon2_ac .center_box .item .hh_left .swiper_box .images .pb {
  padding-bottom: 82.7%;
}
.ins_procuctCon2.ins_procuctCon2_ac .center_box .item .hh_left .swiper_box .images .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_procuctCon2.ins_procuctCon2_ac .center_box .item .hh_left .swiper_box .images .pb video {
  max-width: 100%;
  max-height: 100%;
}
.ins_procuctCon2.ins_procuctCon2_ac .center_box .item .hh_left .swiper_info {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
}
.ins_procuctCon2.ins_procuctCon2_ac .center_box .item .hh_left .swiper_info .swiper_btn {
  width: var(--num_wh48);
  height: var(--num_wh48);
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.ins_procuctCon2.ins_procuctCon2_ac .center_box .item .hh_left .swiper_info .swiper_btn i {
  font-size: var(--font14);
  line-height: 1;
  color: var(--background_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_procuctCon2.ins_procuctCon2_ac .center_box .item .hh_left .swiper_info .swiper_btn:hover {
  background: #eb1922;
  border: 1px solid #eb1922;
}
.ins_procuctCon2.ins_procuctCon2_ac .center_box .item .hh_left .swiper_info .swiper_btn:hover i {
  color: #FFF;
}
.ins_procuctCon2.ins_procuctCon2_ac .center_box .item .hh_left .swiper_info .swiper_img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_procuctCon2.ins_procuctCon2_ac .center_box .item .hh_left .swiper_info .swiper_img .images {
  cursor: pointer;
}
.ins_procuctCon2.ins_procuctCon2_ac .center_box .item .hh_left .swiper_info .swiper_img .swiper-slide.active {
    border: 1px solid #e5e5e5;
}
.ins_procuctCon2.ins_procuctCon2_ac .center_box .item .hh_left .swiper_info .swiper_img .images img {
  width: 100%;
  height: auto;
}
.ins_procuctCon2.ins_procuctCon2_ac .center_box .item .hh_left .swiper_info .swiper_img .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_procuctCon2.ins_procuctCon2_ac .center_box .item .hh_left .swiper_info .swiper_img video {
  max-width: 100%;
  max-height: 100%;
}
.ins_procuctCon2.ins_procuctCon2_ac .center_box .item .hh_left .swiper_info .swiper_img .video_icon i {
  display: flex;
  width: 28px;
  height: 28px;
  position: absolute;
  background: url(../images/i1.png) no-repeat 100% 100%;
}
@media (max-width:990px) {
  .ins_procuctCon2.ins_procuctCon2_ac .center_box .item {
    padding: 20px !important;
  }
  .ins_procuctCon2.ins_procuctCon2_ac .center_box .item .hh_left .swiper_info {
    display: none;
  }
}
.ins_procuctCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_140);
  padding-bottom: var(--num_140);
  overflow: hidden;
}
.ins_procuctCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_procuctCon3 .center_box .ins_title {
  --title_font_size: var(--font36);
  --details_font_size: var(--font20);
}
.ins_procuctCon3 .center_box .ins_title .title {
  font-weight: 500;
}
.ins_procuctCon3 .center_box .select_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}
.ins_procuctCon3 .center_box .select_box a {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
.ins_procuctCon3 .center_box .select_box a * {
  font-size: var(--font18);
  color: var(--text_color);
}
.ins_procuctCon3 .center_box .select_box i {
  width: 2px;
  height: 20px;
  background: #e5e5e5;
  display: block;
}
.ins_procuctCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-top: 30px;
  background: #f8f8f8;
  padding: var(--num_40) var(--num_20);
}
.ins_procuctCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_procuctCon3 .center_box .item_box .item .word {
  font-size: var(--font16);
  font-weight: 400;
}
.ins_procuctCon3 .center_box .item_box .item .input {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.ins_procuctCon3 .center_box .item_box .item .input input {
  width: 100%;
  height: 44px;
  border: 2px solid #e5e5e5;
  font-size: var(--font14);
  font-weight: 500;
}
.ins_procuctCon3 .center_box .item_box .item .input .layui-form-select dl {
  top: 100% !important;
  padding: 0;
  bottom: unset !important;
  padding: 0 20px !important;
}
.ins_procuctCon3 .center_box .item_box .item .input .layui-edge {
  width: 10px;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  transform: translateY(-15%) rotate(90deg);
  border: 0;
  padding: 0;
  margin: 0;
  --color_bg: #000;
}
.ins_procuctCon3 .center_box .item_box .item .input .layui-edge::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: var(--color_bg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg) translateY(50%);
}
.ins_procuctCon3 .center_box .item_box .item .input .layui-edge::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: var(--color_bg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-45deg) translateY(-50%);
}
.ins_procuctCon3 .center_box .item_box .item .input .layui-form-select dl dd {
  height: clamp(2.5rem, calc(0.038rem + 3.08vw), 3.5rem);
  border-bottom: 1px solid #e5e5e5;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font16);
}
.ins_procuctCon3 .center_box .item_box .item .input .layui-form-selected .layui-edge {
  transform: translateY(-5px) rotate(-90deg);
  --color_bg: var(--active_color);
  opacity: 1;
}
.ins_procuctCon3 .center_box .item_box .item .input .layui-input:focus,
.ins_procuctCon3 .center_box .item_box .item .input .layui-textarea:focus {
  background: #eeeeee;
  font-weight: 700;
  color: #000000;
}
.ins_procuctCon3 .center_box .item_box .item .input .layui-form-select dl dd.layui-this,
.ins_procuctCon3 .center_box .item_box .item .input .layui-form-select dl dd:hover {
  background: none;
}
.ins_procuctCon3 .center_box .item_box .item .input .layui-form-select dl dd:hover {
  color: var(--active_color);
}
.ins_procuctCon3 .center_box .table_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_60);
}
.ins_procuctCon3 .center_box .tap_box {
    margin-top: 20px;
    font-size: var(--font16);
    color: var(--active_color);
}
.ins_procuctCon3 .center_box .table_box .title {
  font-size: var(--font14);
  color: #888888;
}
.ins_procuctCon3 .center_box .table_box .title span {
  color: var(--active_color);
}
.ins_procuctCon3 .center_box .table_box .table_info {
  width: 100%;
  height: auto;
  overflow: auto;
}
.ins_procuctCon3 .center_box .table_box table {
  width: 100%;
  height: auto;
  margin-top: var(--num_30);
  min-width: 1000px;
}
.ins_procuctCon3 .center_box .table_box table tr {
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ins_procuctCon3 .center_box .table_box table tr:hover {
  background: #eeeeee;
}
.ins_procuctCon3 .center_box .table_box table tr td {
  text-align: center;
  min-height: var(--num_wh60);
  font-size: var(--font16);
  min-width: 100px;
  padding: 10px;
}
.ins_procuctCon3 .center_box .table_box table tr td input {
  display: inline !important;
}
.ins_procuctCon3 .center_box .table_box table tr:first-child {
  background: var(--active_color);
}
.ins_procuctCon3 .center_box .table_box table tr:first-child td {
  color: #FFF;
}
.ins_procuctCon3 .center_box .table_box table tr:first-child td .layui-form-checkbox[lay-skin="primary"] > i {
  border: 2px solid #FFF;
  background: none;
}
.ins_procuctCon3 .center_box .table_box table tr:first-child td .layui-form-checked[lay-skin="primary"] > i {
  color: #FFF;
  border: 2px solid #FFF !important;
}
.ins_procuctCon3 .center_box .table_box table .layui-form-checkbox[lay-skin="primary"] > i {
  border: 2px solid #dcdcdc;
  background: none;
}
.ins_procuctCon3 .center_box .table_box table .layui-form-checked[lay-skin="primary"] > i {
  color: var(--active_color);
  background: none;
  font-weight: 800;
}
.ins_procuctCon3 .center_box .btn_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: var(--num_40);
}
.ins_procuctCon3 .center_box .btn_box .item {
  width: 100%;
  min-height: var(--num_wh60);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #282828;
  padding: 10px var(--num_20);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_procuctCon3 .center_box .btn_box .item span {
  color: #FFF;
  font-size: var(--font16);
}
.ins_procuctCon3 .center_box .btn_box .item img {
  width: var(--num_wh24);
}
.ins_procuctCon3 .center_box .btn_box .item:hover {
  background: var(--active_color);
}
@media (max-width:990px) {
  .ins_procuctCon3 .center_box .btn_box {
    grid-template-columns: repeat(2, 1fr);
  }
  .ins_procuctCon3 .center_box .item_box {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width:480px) {
  .ins_procuctCon3 .center_box .item_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 8px;
  }
}
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ----------------------------------------------------------   产品详情 */
.ins_prodetailsCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-bottom: var(--num_80);
  overflow: hidden;
}
.ins_prodetailsCon1 .images_nav {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ins_prodetailsCon1 .images_nav img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.ins_prodetailsCon1 .ins_procuctCon2,
.ins_prodetailsCon1 .ins_nav {
  background: none;
}
.ins_prodetailsCon1 .ins_procuctCon2 {
  padding: 0;
}
.ins_prodetailsCon1 .ins_procuctCon2 .center_box .item .hh_right .fot_box a {
  background: var(--active_color);
}
.ins_prodetailsCon1 .ins_procuctCon2 .center_box .item .hh_right .fot_box a:hover {
  background: #282828;
}
.ins_prodetailsCon1 .ins_procuctCon2 .center_box .ins_title {
  --title_font_size: var(--font48);
  --subtitle_font_size: var(--font20);
}
.ins_prodetailsCon1 .ins_procuctCon2 .center_box .ins_title .title {
  margin-top: 15px;
  padding-bottom: var(--num_30);
  position: relative;
  z-index: 1;
}
.ins_prodetailsCon1 .ins_procuctCon2 .center_box .ins_title .title::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #eeeeee;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_prodetailsCon1 .ins_procuctCon2 .center_box .ins_title .title::before {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_prodetailsCon1 .ins_procuctCon2 .center_box .ins_title .subtitle {
  margin-top: 0;
}
.ins_prodetailsCon1 .ins_procuctCon2 .center_box .item .hh_right .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: var(--font16);
  gap: calc(20px - 0.125em);
  margin-top: calc(var(--num_40) - 0.125em);
}
.ins_prodetailsCon1 .ins_procuctCon2 .center_box .item .hh_right .list .one {
  position: relative;
  padding-left: 20px;
}
.ins_prodetailsCon1 .ins_procuctCon2 .center_box .item .hh_right .list .one * {
  color: #666666;
  font-size: var(--font16);
  line-height: 1.25;
  font-weight: 200;
  letter-spacing: -0.05em;
}
.ins_prodetailsCon1 .ins_procuctCon2 .center_box .item .hh_right .list .one img {
  top: 0.3em;
  position: absolute;
  left: 0;
}
.ins_prodetailsCon1 .ins_procuctCon2 .center_box .item .hh_right .btn_box {
  margin-top: calc(var(--num_40) - 0.125em);
  font-size: var(--font16);
}
.ins_prodetailsCon1 .ins_procuctCon2 .center_box .item .hh_right .btn_box .one {
  font-weight: 700;
}
.ins_prodetailsCon1 .ins_procuctCon2 .center_box .item .hh_right .fot_box {
  margin-top: var(--num_70);
}
.ins_prodetailsCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_prodetailsCon2 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--num_40);
  position: relative;
  z-index: 1;
}
.ins_prodetailsCon2 .center_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #eeeeee;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_prodetailsCon2 .center_box .item {
  width: auto;
  height: auto;
  overflow: hidden;
}
.ins_prodetailsCon2 .center_box .item a {
  line-height: 1.25;
  padding-top: calc(var(--num_60) - 0.125em);
  padding-bottom: calc(var(--num_35) - 0.125em);
  font-size: var(--font18);
  display: block;
  color: #888888;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_prodetailsCon2 .center_box .item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 3px;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_prodetailsCon2 .center_box .item.active a {
  color: var(--active_color);
  font-weight: 900;
}
.ins_prodetailsCon2 .center_box .item.active a::after {
  width: 100%;
}
.ins_prodetailsCon2 .center_box .item:hover a {
  color: var(--active_color);
}
.ins_prodetailsCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_130);
  padding-bottom: var(--num_70);
  overflow: hidden;
}
.ins_prodetailsCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_prodetailsCon3 .center_box .ins_title {
  --title_font_size: var(--font36);
}
.ins_prodetailsCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
  margin-top: var(--num_25);
}
.ins_prodetailsCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  text-align: center;
  --width_num: 48px;
}
.ins_prodetailsCon3 .center_box .item_box .item .icon,
.ins_prodetailsCon3 .center_box .item_box .item .word {
  padding: 25px var(--num_20);
}
.ins_prodetailsCon3 .center_box .item_box .item .word {
  background: #f5f5f5;
  line-height: 1;
  font-size: var(--font20);
  font-weight: 700;
}
.ins_prodetailsCon3 .center_box .item_box .item .icon img {
  width: var(--num_wh48);
  height: var(--num_wh48);
}
@media (max-width:990px) {
  .ins_prodetailsCon3 .center_box .item_box {
    grid-template-columns: repeat(3, 1fr);
  }
  .ins_prodetailsCon3 .center_box .item_box .item .icon img {
    width: 30px;
    height: 30px;
  }
}
.ins_prodetailsCon4 {
  padding-top: var(--num_60);
  padding-bottom: var(--num_50);
}
@media (max-width:990px) {
  .ins_prodetailsCon4 .select_box {
    margin-top: 20px !important;
    justify-content: left !important;
  }
  .ins_prodetailsCon4 .select_box a img {
    width: 15px;
  }
}
.ins_prodetailsCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_70);
  padding-bottom: var(--num_140);
}
.ins_prodetailsCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_prodetailsCon5 .center_box .ins_title {
  --title_font_size: var(--font36);
}
.ins_prodetailsCon5 .center_box .table_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_25);
}
.ins_prodetailsCon5 .center_box .table_box .title {
  font-size: var(--font14);
  color: #888888;
  margin-top: 15px;
}
.ins_prodetailsCon5 .center_box .table_box .title span {
  color: var(--active_color);
}
.ins_prodetailsCon5 .center_box .table_box table {
  width: 100%;
  height: auto;
}
.ins_prodetailsCon5 .center_box .table_box table tr {
  border-bottom: 1px solid #eeeeee;
}
.ins_prodetailsCon5 .center_box .table_box table tr td {
  text-align: center;
  height: var(--num_wh60);
  font-size: var(--font16);
  border-right: 1px solid #eeeeee;
}
.ins_prodetailsCon5 .center_box .table_box table tr td:last-child {
  border: 0;
}
.ins_prodetailsCon5 .center_box .table_box table tr:first-child {
  background: var(--active_color);
}
.ins_prodetailsCon5 .center_box .table_box table tr:first-child td {
  color: #FFF;
  border: 0;
  font-size: var(--font20);
}
.ins_prodetailsCon5 .center_box .table_box table tr:first-child td .layui-form-checkbox[lay-skin="primary"] > i {
  border: 2px solid #FFF;
  background: none;
}
.ins_prodetailsCon5 .center_box .table_box table tr:first-child td .layui-form-checked[lay-skin="primary"] > i {
  color: #FFF;
  border: 2px solid #FFF !important;
}
.ins_prodetailsCon5 .center_box .table_box table .layui-form-checkbox[lay-skin="primary"] > i {
  border: 2px solid #dcdcdc;
  background: none;
}
.ins_prodetailsCon5 .center_box .table_box table .layui-form-checked[lay-skin="primary"] > i {
  color: var(--active_color);
  background: none;
  font-weight: 800;
}
.ins_prodetailsCon6 {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
  padding-bottom: var(--num_160);
}
.ins_prodetailsCon6 .center_box {
  width: 100%;
  height: auto;
}
.ins_prodetailsCon6 .center_box .ins_title {
  padding-bottom: 30px;
  border-bottom: 2px solid #eff1f4;
}
.ins_prodetailsCon6 .center_box .swiper_info {
  width: 100%;
  height: auto;
  margin-top: var(--num_60);
  position: relative;
  z-index: 1;
}
.ins_prodetailsCon6 .center_box .swiper_info .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_prodetailsCon6 .center_box .swiper_info .swiper_box .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: var(--num_50);
}
.ins_prodetailsCon6 .center_box .swiper_info .swiper_box .item .word {
  width: 100%;
  height: auto;
  padding-right: var(--num_40);
}
.ins_prodetailsCon6 .center_box .swiper_info .swiper_box .item .word .title {
  font-size: var(--font18);
  line-height: 1.3;
  height: calc(2em * 1.3);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_prodetailsCon6 .center_box .swiper_info .swiper_box .item .word .details {
  font-size: var(--font14);
  opacity: 0.7;
  line-height: 1.5714;
  margin: calc(20px - 0.25em) 0;
  height: calc(3em * 1.5714);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.ins_prodetailsCon6 .center_box .swiper_info .swiper_box .item .word .time {
  font-size: var(--font14);
  color: #888888;
}
.ins_prodetailsCon6 .center_box .swiper_info .swiper_box .item .images {
  width: 100%;
  height: auto;
  margin-top: var(--num_30);
}
.ins_prodetailsCon6 .center_box .swiper_info .swiper_box .item .images .pb {
  padding-bottom: 56.5%;
}
.ins_prodetailsCon6 .center_box .swiper_info .swiper_box .item .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_prodetailsCon6 .center_box .swiper_info .swiper_box .item:nth-child(n+4) {
  border-top: 1px solid #e6e6e6;
}
.ins_prodetailsCon6 .center_box .swiper_info .swiper_box .item:hover .word .title {
  color: var(--active_color);
}
.ins_prodetailsCon6 .center_box .swiper_info .swiper_box .item:hover .images .pb .ab img {
  transform: scale(1.04);
}
.ins_prodetailsCon6 .center_box .swiper_info .swiper_btn_1 {
  position: absolute;
  top: 50%;
  right: calc(100% + var(--num_40));
  z-index: 3;
  transform: translateY(-50%);
}
.ins_prodetailsCon6 .center_box .swiper_info .swiper_btn_1.next {
  left: calc(100% + var(--num_40));
}
@media (max-width:1560px) {
  .ins_prodetailsCon6 .center_box .swiper_info .swiper_btn_1 {
    right: calc(100% - 20px);
  }
  .ins_prodetailsCon6 .center_box .swiper_info .swiper_btn_1.next {
    left: calc(100% - 20px);
  }
}
@media (max-width:990px) {
  .ins_prodetailsCon6 .swiper_btn_1 {
    display: none !important;
  }
  .ins_prodetailsCon6 .center_box .swiper_info .swiper_box .item .word .title {
    height: auto !important;
  }
  .ins_prodetailsCon6 .center_box .swiper_info .swiper_box .item .word .details {
    height: auto !important;
  }
}
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ----------------------------------------------------------   产品对比图 */
.ins_proContrastCon1 {
  overflow: unset !important;
}
.ins_proContrastCon1 .images_nav {
  height: auto !important;
}
.ins_proContrastCon1 .images_nav img {
  height: auto !important;
  position: relative !important;
  z-index: 1 !important;
}
@media (max-width:990px) {
  .ins_proContrastCon1 .images_nav img {
    min-height: 50vh;
    object-fit: cover;
  }
}
.ins_proContrastCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_proContrastCon2 .center_box {
  width: 100%;
  height: auto;
  background: #FFF;
  padding: var(--num_60) 90px;
  padding-bottom: 140px;
  --width_1: 180px;
}
.ins_proContrastCon2 .center_box .ins_title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_proContrastCon2 .center_box .ins_title .sele {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 40px;
}
.ins_proContrastCon2 .center_box .ins_title .sele * {
  font-size: var(--font16);
  color: #888888;
  line-height: 1;
}
.ins_proContrastCon2 .center_box .ins_title .sele .one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
}
.ins_proContrastCon2 .center_box .ins_title .sele .one input {
  margin-top: 2px;
}
.ins_proContrastCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.ins_proContrastCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
}
.ins_proContrastCon2 .center_box .item_box .item .icon {
  width: var(--width_1);
  flex-shrink: 0;
  background: #282828;
  font-size: var(--font16);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: var(--num_30);
  position: relative;
  z-index: 1;
}
.ins_proContrastCon2 .center_box .item_box .item .icon::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: calc(100% - 60px);
  height: 1px;
  background: #FFF;
  opacity: 0.1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proContrastCon2 .center_box .item_box .item .list {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  overflow: hidden;
}
.ins_proContrastCon2 .center_box .item_box .item .list .one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_proContrastCon2 .center_box .item_box .item .list .one::after {
  content: '';
  position: absolute;
  right: calc(60px / 2 * -1);
  width: 1px;
  height: calc(100% - 40px);
  background: #eeeeee;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proContrastCon2 .center_box .item_box .item .list .one .images {
  width: 100%;
  height: auto;
}
.ins_proContrastCon2 .center_box .item_box .item .list .one .images .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font16);
  font-weight: 700;
  color: #FFF;
}
.ins_proContrastCon2 .center_box .item_box .item .list .one .img_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_proContrastCon2 .center_box .item_box .item .list .one .img_box .name {
  font-size: var(--font16);
  color: #888888;
  margin-top: 20px;
}
.ins_proContrastCon2 .center_box .item_box .item .list .one .title,
.ins_proContrastCon2 .center_box .item_box .item .list .one .subtitle,
.ins_proContrastCon2 .center_box .item_box .item .list .one .detail {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.ins_proContrastCon2 .center_box .item_box .item .list .one .title::after,
.ins_proContrastCon2 .center_box .item_box .item .list .one .subtitle::after,
.ins_proContrastCon2 .center_box .item_box .item .list .one .detail::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 1px;
  background: #eeeeee;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proContrastCon2 .center_box .item_box .item .list .one .title {
  font-size: var(--font24);
  font-weight: 700;
}
.ins_proContrastCon2 .center_box .item_box .item .list .one .subtitle {
  font-size: var(--font18);
  font-weight: 700;
}
.ins_proContrastCon2 .center_box .item_box .item .list .one .detail {
  font-size: var(--font16);
}
.ins_proContrastCon2 .center_box .item_box .item .list .one:last-child::after {
  display: none !important;
}
.ins_proContrastCon2 .center_box .item_box .item:first-child {
  padding-top: 20px;
}
.ins_proContrastCon2 .center_box .item_box .item:first-child .one {
  background: #f5f5f5;
}
.ins_proContrastCon2 .center_box .item_box .item:first-child .one::after {
  height: 100% !important;
  top: 0;
}
.ins_proContrastCon2 .center_box .item_box .item:nth-child(2) .one::after {
  height: calc(100% - 20px) !important;
  top: 0;
}
.ins_proContrastCon2 .center_box .btn_box_1 {
  padding-left: calc(var(--width_1) + 30px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
}
.ins_proContrastCon2 .center_box .btn_box_1 .item {
  background: #FFF;
  border: 2px solid #eeeeee;
}
.ins_proContrastCon2 .center_box .btn_box_1 .item * {
  font-size: var(--font16);
  color: #282828;
}
.ins_proContrastCon2 .center_box .btn_box_1 .item img {
  filter: brightness(0) invert(0);
}
.ins_proContrastCon2 .center_box .btn_box_1 .item:hover {
  background: var(--active_color);
  border: 2px solid var(--active_color);
}
.ins_proContrastCon2 .center_box .btn_box_1 .item:hover * {
  color: #FFF;
}
.ins_proContrastCon2 .center_box .btn_box_1 .item:hover img {
  filter: unset !important;
}
@media (max-width:990px) {
  .ins_proContrastCon2 .center_box {
    padding: 30px 20px !important;
  }
  .ins_proContrastCon2 .center_box .item_box {
    overflow: auto;
  }
  .ins_proContrastCon2 .center_box .item_box .item {
    min-width: 600px;
  }
  .ins_proContrastCon2 .center_box .item_box .item .icon {
    width: 120px;
  }
  .ins_proContrastCon2 .center_box .btn_box_1 {
    padding-left: 0 !important;
  }
  .ins_proContrastCon2 .center_box .ins_title {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .ins_proContrastCon2 .center_box .ins_title .sele {
    gap: 10px;
  }
}
@media (max-width:480px) {
  .ins_proContrastCon2 .center_box .btn_box_1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ----------------------------------------------------------   产品选型 */
.ins_proLectotypeCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #f5f5f5;
  overflow: unset !important;
  padding-bottom: 0;
}
.ins_proLectotypeCon1 .images_nav {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ins_proLectotypeCon1 .images_nav img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
.ins_proLectotypeCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}
.ins_proLectotypeCon2 .center_box {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding: 0 20px;
  padding-top: var(--num_80);
  padding-bottom: var(--num_40);
}
.ins_proLectotypeCon2 .center_box .ins_title {
  --title_font_size: var(--font36);
  --details_font_size: var(--font18);
  --text_align: center;
}
.ins_proLectotypeCon2 .center_box .ins_title .ins_tit {
  line-height: 1;
}
.ins_proLectotypeCon2 .center_box .hh_info {
  width: 100%;
  height: auto;
  padding-right: 55px;
  padding-left: var(--num_110);
  margin-top: var(--num_40);
  --height_num: 48px;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ins_proLectotypeCon2 .center_box .hh_info .hh_left {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_proLectotypeCon2 .center_box .hh_info .hh_left .layui-form-select {
  width: 100%;
}
.ins_proLectotypeCon2 .center_box .hh_info .hh_left .layui-form-select .layui-input {
  height: var(--height_num);
  width: 100%;
  border: 1px solid #e5e5e5;
  font-size: var(--font14);
  padding: 0 20px;
}
.ins_proLectotypeCon2 .center_box .hh_info .hh_left .layui-form-select dl {
  top: 100% !important;
}
.ins_proLectotypeCon2 .center_box .hh_info .hh_left .layui-form-select dl dd,
.ins_proLectotypeCon2 .center_box .hh_info .hh_left .layui-form-select dl dt {
  font-size: var(--font14);
}
.ins_proLectotypeCon2 .center_box .hh_info .hh_left .layui-edge {
  width: 10px;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  transform: translateY(-15%) rotate(90deg);
  border: 0;
  padding: 0;
  margin: 0;
  --color_bg: #000;
  right: 20px;
}
.ins_proLectotypeCon2 .center_box .hh_info .hh_left .layui-edge::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: var(--color_bg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg) translateY(50%);
}
.ins_proLectotypeCon2 .center_box .hh_info .hh_left .layui-edge::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: var(--color_bg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-45deg) translateY(-50%);
}
.ins_proLectotypeCon2 .center_box .hh_info .hh_left .layui-form-selected .layui-edge {
  transform: translateY(-5px) rotate(-90deg);
  --color_bg: var(--active_color);
  opacity: 1;
}
.ins_proLectotypeCon2 .center_box .hh_info .hh_right {
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
  background: #FFF;
  height: var(--height_num);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 20px;
}
.ins_proLectotypeCon2 .center_box .hh_info .hh_right input {
  width: 100%;
  height: 100%;
  border: 0;
  font-size: var(--font14);
}
.ins_proLectotypeCon2 .center_box .hh_info .hh_right button {
  border: 0;
  background: none;
  flex-shrink: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
.ins_proLectotypeCon2 .center_box .hh_info .hh_right button span {
  font-size: var(--font16);
}
.ins_proLectotypeCon2 .center_box .hh_info .hh_right:hover {
  border: 2px solid var(--active_color);
}
@media (max-width:990px) {
  .ins_proLectotypeCon2 .center_box .hh_info {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .ins_proLectotypeCon2 .center_box .hh_info .hh_right {
    margin-top: 10px;
  }
}
.ins_proLectotypeCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  padding-top: var(--num_80);
  padding-bottom: var(--num_80);
  overflow: hidden;
}
.ins_proLectotypeCon3::after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 35.1%;
  background: #f5f5f5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proLectotypeCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_proLectotypeCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 8px;
}
.ins_proLectotypeCon3 .center_box .item_box .one {
  font-size: var(--font18);
  max-width: 400px;
  width: 100%;
  min-height: clamp(calc(45 / 16 * 1rem), calc((45 / 16 * 1rem) + ((60 - 45) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(60 / 16 * 1rem));
  padding: 10px 0;
  background: #282828;
  cursor: pointer;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: clamp(10px, 1.04166666666667vw, 20px);
}
.ins_proLectotypeCon3 .center_box .item_box .one.active {
  background: #eb1922;
  color: #FFF;
}
.ins_proLectotypeCon3 .center_box .item_box .one .word {
  font-size: var(--font20);
  color: #FFF;
}
.ins_proLectotypeCon3 .center_box .item_box .one .icon {
  width: clamp(calc(15 / 16 * 1rem), calc((15 / 16 * 1rem) + ((22 - 15) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(22 / 16 * 1rem));
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_proLectotypeCon3 .center_box .list_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: clamp(6.25rem, calc(-1.442rem + 9.62vw), 9.375rem);
  gap: 40px;
}
.ins_proLectotypeCon3 .center_box .list_box .item {
  width: calc(25% - 30px);
  height: auto;
  border: 1px solid #eeeeee;
  padding-top: 90px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proLectotypeCon3 .center_box .list_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0%;
  z-index: 0;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proLectotypeCon3 .center_box .list_box .item .images {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  transform: translateY(-50%);
}
.ins_proLectotypeCon3 .center_box .list_box .item .images .pb {
  padding-bottom: 41.13%;
}
.ins_proLectotypeCon3 .center_box .list_box .item .images .pb .ab img {
  margin: auto;
}
.ins_proLectotypeCon3 .center_box .list_box .item .word {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.ins_proLectotypeCon3 .center_box .list_box .item .word .title {
  font-size: var(--font24);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
}
.ins_proLectotypeCon3 .center_box .list_box .item .word .icon {
  margin-top: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(-10px);
  opacity: 0;
}
.ins_proLectotypeCon3 .center_box .list_box .item .images_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.ins_proLectotypeCon3 .center_box .list_box .item .images_bg img {
  width: 100%;
  height: auto;
}
.ins_proLectotypeCon3 .center_box .list_box .item .images_bg .tow {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.ins_proLectotypeCon3 .center_box .list_box .item:hover,
.ins_proLectotypeCon3 .center_box .list_box .item.active {
  background: var(--active_color);
}
.ins_proLectotypeCon3 .center_box .list_box .item:hover::after,
.ins_proLectotypeCon3 .center_box .list_box .item.active::after {
  height: 100%;
}
.ins_proLectotypeCon3 .center_box .list_box .item:hover .images_bg img.one,
.ins_proLectotypeCon3 .center_box .list_box .item.active .images_bg img.one {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proLectotypeCon3 .center_box .list_box .item:hover .images_bg img.tow,
.ins_proLectotypeCon3 .center_box .list_box .item.active .images_bg img.tow {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proLectotypeCon3 .center_box .list_box .item:hover .word .title,
.ins_proLectotypeCon3 .center_box .list_box .item.active .word .title,
.ins_proLectotypeCon3 .center_box .list_box .item:hover .word .subtitle,
.ins_proLectotypeCon3 .center_box .list_box .item.active .word .subtitle {
  color: #FFF;
}
.ins_proLectotypeCon3 .center_box .list_box .item:hover .word .icon,
.ins_proLectotypeCon3 .center_box .list_box .item.active .word .icon {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width:990px) {
  .ins_proLectotypeCon3 .center_box .list_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 40px;
  }
  .ins_proLectotypeCon3 .center_box .list_box .item {
    padding: 10px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0px;
  }
  .ins_proLectotypeCon3 .center_box .list_box .item .images {
    position: relative;
    width: 90px;
    top: unset !important;
    transform: translateY(0%);
    flex-shrink: 0;
  }
  .ins_proLectotypeCon3 .center_box .list_box .item .word {
    width: 100%;
    height: auto;
    text-align: left;
  }
  .ins_proLectotypeCon3 .center_box .list_box .item .word .icon {
    display: none;
  }
}
.ins_proLectotypeCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f5f5f5;
}
.ins_proLectotypeCon4 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: var(--num_25);
}
.ins_proLectotypeCon4 .center_box a {
  font-size: var(--font20);
  color: var(--text_color);
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proLectotypeCon4 .center_box a:hover {
  color: var(--active_color);
  opacity: 0.8;
}
.ins_proLectotypeCon4 .center_box a.active {
  color: var(--active_color);
  opacity: 1 !important;
  font-weight: 700;
}
.ins_proLectotypeCon4 .center_box .line {
  width: 1px;
  height: auto;
  background: #dcdcdc;
}
@media (max-width:990px) {
  .ins_proLectotypeCon4 .center_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .ins_proLectotypeCon4 .center_box .line {
    display: none;
  }
  .ins_proLectotypeCon4 .center_box a {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
  }
}
.ins_proLectotypeCon5 {
  padding-top: 20px;
}
.ins_proLectotypeCon5::after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 330px;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proLectotypeCon5 .center_box .item_box {
  margin-top: 20px;
  background: #FFF;
  padding-right: 120px;
}
.ins_proLectotypeCon5 .center_box .table_box table {
  background: #FFF;
  margin-top: 20px;
}
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ----------------------------------------------------------   产品应用 */
.ins_proAppCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: var(--num_140);
  padding-bottom: var(--num_140);
}
.ins_proAppCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_proAppCon1 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--num_60) 8px;
  margin-top: var(--num_60);
}
.ins_proAppCon1 .center_box .item_box .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proAppCon1 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0%;
  background: var(--active_color);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
}
.ins_proAppCon1 .center_box .item_box .item .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.ins_proAppCon1 .center_box .item_box .item .images .pb {
  padding-bottom: 57.58%;
}
.ins_proAppCon1 .center_box .item_box .item .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_proAppCon1 .center_box .item_box .item .word {
  width: 100%;
  height: 100%;
  flex: 1;
  padding: var(--num_30);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}
.ins_proAppCon1 .center_box .item_box .item .word .titbox {
  width: 100%;
  height: auto;
}
.ins_proAppCon1 .center_box .item_box .item .word .titbox .title {
  font-size: var(--font24);
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proAppCon1 .center_box .item_box .item .word .titbox .subtitle {
  height: calc(3em * 1.714);
  font-size: var(--font14);
  line-height: 1.714;
  margin: calc(var(--num_30) - 0.35em) 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proAppCon1 .center_box .item_box .item .images_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.ins_proAppCon1 .center_box .item_box .item .images_bg img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.1;
}
.ins_proAppCon1 .center_box .item_box .item:hover {
  background: var(--active_color);
}
.ins_proAppCon1 .center_box .item_box .item:hover::after {
  height: 100%;
  opacity: 1;
}
.ins_proAppCon1 .center_box .item_box .item:hover .word .titbox .title,
.ins_proAppCon1 .center_box .item_box .item:hover .word .titbox .subtitle {
  color: #FFF;
}
.ins_proAppCon1 .center_box .item_box .item:hover .c_more {
  border: 1px dotted #FFF;
}
.ins_proAppCon1 .center_box .item_box .item:hover .c_more img {
  filter: brightness(0) invert(1);
}
.ins_proAppCon1 .center_box .item_box .item:hover .images_bg img.one {
  opacity: 0.3;
  filter: brightness(0) invert(1);
}
@media (max-width:990px) {
  .ins_proAppCon1 .center_box .item_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .ins_proAppCon1 .center_box .item_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .ins_proAppCon1 .center_box .item_box .item .word {
    padding: 20px;
  }
  .ins_proAppCon1 .center_box .item_box .item .word .titbox .subtitle {
    height: auto;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
  }
  .ins_proAppCon1 .center_box .item_box .item .c_more {
    margin-top: 10px;
    display: none;
  }
}
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ----------------------------------------------------------   产品应用详情 */
.ins_proappDeCon .ins_nav.padding_top .more {
  margin: var(--num_30) 0;
}
.ins_proappDeCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: var(--num_90);
  padding-bottom: var(--num_140);
}
.ins_proappDeCon1 .center_box {
  width: 100%;
  height: auto;
  --left_width: 51.3888%;
  --right_width: 39.583%;
  --gap: 20px;
}
.ins_proappDeCon1 .center_box .hh_left .title {
  font-size: var(--font48);
  color: #FFF;
}
.ins_proappDeCon1 .center_box .hh_left .subtitle {
  font-size: var(--font20);
  color: #FFF;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 15px;
}
.ins_proappDeCon1 .center_box .hh_left .details {
  font-size: var(--font16);
  color: #FFF;
  font-weight: 200;
  line-height: 1.5;
  margin-top: var(--num_50);
}
.ins_proappDeCon1 .center_box .hh_left .ins_more {
  margin-top: var(--num_80);
}
.ins_proappDeCon1 .center_box .hh_right {
  padding-top: var(--num_30);
}
.ins_proappDeCon2 {
  width: 100%;
  height: auto;
}
.ins_proappDeCon2 .center_box .hh_right .one {
  padding: 30px 0;
}
.ins_proappDeCon2 .center_box .hh_right .one span {
  opacity: 1;
}
.ins_proappDeCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: var(--num_160);
  padding-bottom: var(--num_80);
}
.ins_proappDeCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_proappDeCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_30);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #e5e5e5;
}
.ins_proappDeCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: var(--num_60) var(--num_30) var(--num_60) 0;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--num_30);
  position: relative;
  z-index: 1;
}
.ins_proappDeCon3 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: var(--num_wh120);
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proappDeCon3 .center_box .item_box .item .icon {
  width: var(--num_wh120);
  height: var(--num_wh120);
  flex-shrink: 0;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_proappDeCon3 .center_box .item_box .item .icon img {
  width: var(--num_wh48);
  height: var(--num_wh48);
}
.ins_proappDeCon3 .center_box .item_box .item .word .title {
  font-size: var(--font24);
}
.ins_proappDeCon3 .center_box .item_box .item .word .subtitle {
  font-size: var(--font16);
  font-weight: 200;
  line-height: 1.5;
  margin-top: 15px;
}
.ins_proappDeCon3 .center_box .item_box .item:nth-child(2n) {
  padding: var(--num_60) var(--num_30);
}
@media (max-width:990px) {
  .ins_proappDeCon3 .center_box .item_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_proappDeCon3 .center_box .item_box .item {
    padding: 20px 0 !important;
  }
  .ins_proappDeCon3 .center_box .item_box .item::after {
    display: none;
  }
  .ins_proappDeCon3 .center_box .item_box .item .icon {
    width: auto;
    height: fit-content;
    padding: 20px;
  }
  .ins_proappDeCon3 .center_box .item_box .item .icon img {
    width: 30px;
    height: 30px;
  }
}
.ins_proappDeCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: var(--num_90);
  padding-bottom: var(--num_140);
}
.ins_proappDeCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_proappDeCon4 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_30);
  overflow: hidden;
}
.ins_proappDeCon4 .center_box .swiper_box ul li {
  width: 0%;
  height: auto;
}
.ins_proappDeCon4 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  background: #f5f5f5;
}
.ins_proappDeCon4 .center_box .swiper_box ul li .centerInfo .images .pb {
  padding-bottom: 57.143%;
}
.ins_proappDeCon4 .center_box .swiper_box ul li .centerInfo .images .pb img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_proappDeCon4 .center_box .swiper_box ul li .centerInfo .word {
  width: 100%;
  height: 100%;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: var(--num_30) 20px;
  position: relative;
  z-index: 1;
}
.ins_proappDeCon4 .center_box .swiper_box ul li .centerInfo .word .title {
  font-size: var(--font24);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proappDeCon4 .center_box .swiper_box ul li .centerInfo .word .subtitle {
  margin-top: var(--num_25);
  font-size: var(--font16);
  line-height: 1.5;
  opacity: 0.8;
  max-width: 470px;
  position: relative;
  z-index: 1;
}
.ins_proappDeCon4 .center_box .swiper_box ul li .centerInfo .word .c_more {
  margin-top: var(--num_35);
  position: relative;
  z-index: 1;
}
.ins_proappDeCon4 .center_box .swiper_box ul li .centerInfo .word .img_bg {
  position: absolute;
  z-index: 0;
  right: 0;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proappDeCon4 .center_box .swiper_box ul li .centerInfo .word .img_bg img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proappDeCon4 .center_box .swiper_box ul li .centerInfo:hover .word .title {
  color: var(--active_color);
}
.ins_proappDeCon4 .center_box .swiper_box ul li .centerInfo:hover .word .c_more {
  background: var(--active_color);
}
.ins_proappDeCon4 .center_box .swiper_box ul li .centerInfo:hover .word .c_more img {
  filter: brightness(0) invert(1);
}
.ins_proappDeCon4 .center_box .swiper_box ul li .centerInfo:hover .images .pb .ab img {
  transform: scale(1.04);
}
.ins_proappDeCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: var(--num_100);
  padding-bottom: var(--num_60);
  background: #f5f5f5;
}
.ins_proappDeCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_proappDeCon5 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_30);
  overflow: hidden;
}
.ins_proappDeCon5 .center_box .swiper_box ul li {
  width: 0%;
  height: auto;
}
.ins_proappDeCon5 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  background: #FFF;
}
.ins_proappDeCon5 .center_box .swiper_box ul li .centerInfo .images {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.ins_proappDeCon5 .center_box .swiper_box ul li .centerInfo .images::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proappDeCon5 .center_box .swiper_box ul li .centerInfo .images .pb {
  padding-bottom: 79.1%;
}
.ins_proappDeCon5 .center_box .swiper_box ul li .centerInfo .word {
  width: 100%;
  height: 100%;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px;
  padding-top: var(--num_30);
  text-align: center;
}
.ins_proappDeCon5 .center_box .swiper_box ul li .centerInfo .word .title {
  font-size: var(--font24);
  font-weight: 700;
  line-height: 1;
}
.ins_proappDeCon5 .center_box .swiper_box ul li .centerInfo .word .subtitle {
  margin-top: 6px;
  font-size: var(--font16);
  line-height: 1;
  font-weight: 200;
}
.ins_proappDeCon5 .center_box .swiper_box ul li .centerInfo .word .more_box {
  margin-top: var(--num_80);
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.ins_proappDeCon5 .center_box .swiper_box ul li .centerInfo .word .more_box .more {
  width: 100%;
  height: var(--num_wh48);
  overflow: hidden;
  background: var(--text_color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px var(--num_20);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proappDeCon5 .center_box .swiper_box ul li .centerInfo .word .more_box .more * {
  font-size: var(--font14);
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proappDeCon5 .center_box .swiper_box ul li .centerInfo .word .more_box .more i {
  width: 8px;
  height: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  transform: translateY(17%);
}
.ins_proappDeCon5 .center_box .swiper_box ul li .centerInfo .word .more_box .more i::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg) translateY(50%);
}
.ins_proappDeCon5 .center_box .swiper_box ul li .centerInfo .word .more_box .more i::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-45deg) translateY(-50%);
}
.ins_proappDeCon5 .center_box .swiper_box ul li .centerInfo .word .more_box .more:hover {
  border: 1px solid var(--text_color);
  background: none !important;
}
.ins_proappDeCon5 .center_box .swiper_box ul li .centerInfo .word .more_box .more:hover * {
  color: var(--text_color);
}
.ins_proappDeCon5 .center_box .swiper_box ul li .centerInfo .word .more_box .more:hover i::after,
.ins_proappDeCon5 .center_box .swiper_box ul li .centerInfo .word .more_box .more:hover i::before {
  background: var(--text_color);
}
.ins_proappDeCon5 .center_box .swiper_box ul li .centerInfo .word .more_box .more:first-child {
  background: var(--active_color);
}
.ins_proappDeCon5 .center_box .swiper_box ul li .centerInfo .word .more_box .more:first-child:hover {
  border: 1px solid var(--active_color);
  background: var(--text-color) !important;
}
.ins_proappDeCon5 .center_box .swiper_box ul li .centerInfo .word .more_box .more:first-child:hover * {
  color: var(--active_color);
}
.ins_proappDeCon5 .center_box .swiper_box ul li .centerInfo .word .more_box .more:first-child:hover i::after,
.ins_proappDeCon5 .center_box .swiper_box ul li .centerInfo .word .more_box .more:first-child:hover i::before {
  background: var(--active_color);
}
@media (max-width:990px) {
  .ins_proappDeCon5 .center_box .swiper_box ul li .centerInfo .word {
    padding-top: 20px;
  }
  .ins_proappDeCon5 .center_box .swiper_box ul li .centerInfo .word .more_box {
    margin-top: 20px;
  }
}
.ins_proappDeCon6 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: var(--num_100);
  padding-bottom: var(--num_160);
}
.ins_proappDeCon6 .center_box {
  width: 100%;
  height: auto;
}
.ins_proappDeCon6 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_30);
  overflow: hidden;
}
.ins_proappDeCon6 .center_box .swiper_box ul li {
  width: 0%;
  height: auto;
}
.ins_proappDeCon6 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  background: #f5f5f5;
}
.ins_proappDeCon6 .center_box .swiper_box ul li .centerInfo .images {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.ins_proappDeCon6 .center_box .swiper_box ul li .centerInfo .images::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proappDeCon6 .center_box .swiper_box ul li .centerInfo .images .pb {
  padding-bottom: 54.778%;
}
.ins_proappDeCon6 .center_box .swiper_box ul li .centerInfo .images .pb img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proappDeCon6 .center_box .swiper_box ul li .centerInfo .word {
  width: 100%;
  height: 100%;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px;
  padding-top: var(--num_40);
}
.ins_proappDeCon6 .center_box .swiper_box ul li .centerInfo .word .title {
  font-size: var(--font24);
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proappDeCon6 .center_box .swiper_box ul li .centerInfo .word .subtitle {
  margin-top: var(--num_20);
  font-size: var(--font16);
  line-height: 1.5;
  font-weight: 200;
}
.ins_proappDeCon6 .center_box .swiper_box ul li .centerInfo .word .more_box {
  margin-top: var(--num_50);
  width: 100%;
  height: auto;
}
.ins_proappDeCon6 .center_box .swiper_box ul li .centerInfo .word .more_box .more {
  width: fit-content;
  min-width: var(--num_wh150);
  height: var(--num_wh48);
  overflow: hidden;
  border: 2px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px var(--num_20);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proappDeCon6 .center_box .swiper_box ul li .centerInfo .word .more_box .more * {
  font-size: var(--font14);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proappDeCon6 .center_box .swiper_box ul li .centerInfo .word .more_box .more i {
  width: 8px;
  height: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  transform: translateY(17%);
}
.ins_proappDeCon6 .center_box .swiper_box ul li .centerInfo .word .more_box .more i::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #282828;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg) translateY(50%);
}
.ins_proappDeCon6 .center_box .swiper_box ul li .centerInfo .word .more_box .more i::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #282828;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-45deg) translateY(-50%);
}
.ins_proappDeCon6 .center_box .swiper_box ul li .centerInfo .word .more_box .more:hover {
  background: var(--active_color);
  border-color: var(--active_color);
}
.ins_proappDeCon6 .center_box .swiper_box ul li .centerInfo .word .more_box .more:hover * {
  color: #FFF !important;
}
.ins_proappDeCon6 .center_box .swiper_box ul li .centerInfo .word .more_box .more:hover i::after {
  background: #FFF;
}
.ins_proappDeCon6 .center_box .swiper_box ul li .centerInfo .word .more_box .more:hover i::before {
  background: #FFF;
}
.ins_proappDeCon6 .center_box .swiper_box ul li .centerInfo:hover .word .title {
  color: var(--active_color);
}
.ins_proappDeCon6 .center_box .swiper_box ul li .centerInfo:hover .word .c_more {
  background: var(--active_color);
}
.ins_proappDeCon6 .center_box .swiper_box ul li .centerInfo:hover .word .c_more img {
  filter: brightness(0) invert(1);
}
.ins_proappDeCon6 .center_box .swiper_box ul li .centerInfo:hover .images .pb .ab img {
  transform: scale(1.04);
}
.ins_proappDeCon6 .center_box .pager_box {
  margin-top: var(--num_60);
}
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ----------------------------------------------------------   视频中心 */
.ins_technicalCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: var(--num_140);
  padding-bottom: var(--num_160);
}
.ins_technicalCon1 .one_img_tr {
  position: absolute;
  top: 48.2%;
}
.ins_technicalCon1 .one_img_tr .img {
  width: 26.3%;
}
.ins_technicalCon1 .tow_img_tr {
  position: absolute;
  top: 66.7%;
}
.ins_technicalCon1 .tow_img_tr .img {
  width: 28.25%;
}
.ins_technicalCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_technicalCon1 .center_box .content {
  width: 100%;
  height: auto;
  --left_width: 25%;
  --right_width: 71.52777%;
  --gap: var(--num_50);
  margin-top: 30px;
}
.ins_technicalCon1 .center_box .content .hh_left {
  height: 100%;
  min-width: 260px;
  flex-shrink: 0;
  background: #f5f5f5;
  padding: var(--num_40);
}
.ins_technicalCon1 .center_box .content .hh_left .tit_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: var(--num_40);
  border-bottom: 1px solid #e5e5e5;
}
.ins_technicalCon1 .center_box .content .hh_left .tit_box * {
  font-size: var(--font30);
  line-height: 1;
  font-weight: 500;
}
.ins_technicalCon1 .center_box .content .hh_left .tit_box button {
  font-size: var(--font16);
  color: var(--active_color);
  background: none;
  border: 0;
  cursor: pointer;
  font-weight: 400;
}
.ins_technicalCon1 .center_box .content .hh_left .item_box {
  width: 100%;
  height: auto;
}
.ins_technicalCon1 .center_box .content .hh_left .item_box .item {
  border-bottom: 1px solid #e5e5e5;
  display: block;
}
.ins_technicalCon1 .center_box .content .hh_left .item_box .item .top {
  font-size: var(--font24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  padding: var(--num_40) 0;
}
.ins_technicalCon1 .center_box .content .hh_left .item_box .item .top * {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_technicalCon1 .center_box .content .hh_left .item_box .item .top i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #4c4c4c transparent transparent transparent;
}
.ins_technicalCon1 .center_box .content .hh_left .item_box .item .bot {
  display: none;
}
.ins_technicalCon1 .center_box .content .hh_left .item_box .item .bot .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: var(--num_30);
  padding-bottom: var(--num_40);
}
.ins_technicalCon1 .center_box .content .hh_left .item_box .item .bot .list * {
  font-size: var(--font18);
  font-weight: 200;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_technicalCon1 .center_box .content .hh_left .item_box .item .bot .list .one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.ins_technicalCon1 .center_box .content .hh_left .item_box .item .bot .list .one i {
  width: 13px;
  height: 13px;
  margin-top: 3px;
  border: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_technicalCon1 .center_box .content .hh_left .item_box .item .bot .list .one i::after {
  content: '';
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.ins_technicalCon1 .center_box .content .hh_left .item_box .item .bot .list .one:hover * {
  color: var(--active_color);
}
.ins_technicalCon1 .center_box .content .hh_left .item_box .item .bot .list .one.active i {
  border: 1px solid var(--active_color);
}
.ins_technicalCon1 .center_box .content .hh_left .item_box .item .bot .list .one.active i::after {
  opacity: 1;
}
.ins_technicalCon1 .center_box .content .hh_left .item_box .item.active .top {
  font-weight: 500;
}
.ins_technicalCon1 .center_box .content .hh_left .item_box .item.active .top i {
  transform: rotate(180deg);
  border-color: var(--active_color) transparent transparent transparent;
}
.ins_technicalCon1 .center_box .content .hh_right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--num_60) 8px;
}
.ins_technicalCon1 .center_box .content .hh_right .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: var(--num_60);
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.ins_technicalCon1 .center_box .content .hh_right .item .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_technicalCon1 .center_box .content .hh_right .item .images .pb {
  padding-bottom: 56.7%;
}
.ins_technicalCon1 .center_box .content .hh_right .item .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_technicalCon1 .center_box .content .hh_right .item .images .video_btn {
  width: var(--num_wh48);
  height: var(--num_wh48);
  border: 2px solid #FFF;
  border-radius: 50%;
  position: absolute;
  z-index: 6;
  background: rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_technicalCon1 .center_box .content .hh_right .item .images .video_btn::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 9px;
  border-color: transparent transparent transparent #FFFFFF;
}
.ins_technicalCon1 .center_box .content .hh_right .item .font_box {
  width: 100%;
  height: auto;
  max-width: 280px;
}
.ins_technicalCon1 .center_box .content .hh_right .item .font_box .title {
  margin: var(--num_30) 0;
  font-size: var(--font18);
  line-height: 1.3;
  height: calc(2em * 1.3);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_technicalCon1 .center_box .content .hh_right .item .font_box .time {
  font-size: 12px;
  opacity: 0.6;
}
.ins_technicalCon1 .center_box .content .hh_right .item:hover .font_box .title {
  color: var(--active_color);
}
.ins_technicalCon1 .center_box .content .hh_right .item:hover .images .pb .ab img {
  transform: scale(1.04);
}
.ins_technicalCon1 .center_box .content .hh_right .item:first-child {
  grid-column: span 3;
}
.ins_technicalCon1 .center_box .content .hh_right .item:first-child .images .video_btn {
  width: var(--num_wh80);
  height: var(--num_wh80);
}
.ins_technicalCon1 .center_box .content .hh_right .item:first-child .images .video_btn::after {
  border-width: 11px 0 11px 15px;
}
.ins_technicalCon1 .center_box .content .hh_right .item:first-child .font_box {
  max-width: 100%;
}
.ins_technicalCon1 .center_box .content .hh_right .item:first-child .font_box .title {
  height: auto;
}
@media (max-width:990px) {
  .ins_technicalCon1 .center_box .content .hh_right {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  .ins_technicalCon1 .center_box .content .hh_right .item:first-child {
    grid-column: span 2;
  }
}
/* ----------------------------------------------------------   产品咨询 */
.ins_consultCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: var(--num_140);
  padding-bottom: var(--num_160);
}
.ins_consultCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_consultCon1 .center_box .ins_title .ins_tit {
  width: 100%;
  height: auto;
  padding-bottom: 25px;
  border-bottom: 2px solid #e5e5e5;
}
.ins_consultCon1 .center_box .ins_title .content {
  width: 100%;
  height: auto;
  min-height: 240px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 8px;
  margin-top: var(--num_60);
}

@media (max-width:1440px) {
    .ins_consultCon1 .center_box .ins_title .content {
      grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width:990px) {
    .ins_consultCon1 .center_box .ins_title .content {
        grid-template-columns: repeat(1, 1fr);
        gap: 10pxs;
    }
}
.ins_consultCon1 .center_box .ins_title .content .item {
  width: 100%;
  height: auto;
}
.ins_consultCon10 .center_box .ins_title .content .item .number{
    display: none !important;
}
.ins_consultCon1 .center_box .ins_title .content .item .cont {
  width: 100%;
  height: auto;
  min-height: 240px;
  background: #f5f5f5;
  padding: 20px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.ins_consultCon1 .center_box .ins_title .content .item .cont .images {
  width: 200px;
  flex-shrink: 0;
}
.ins_consultCon1 .center_box .ins_title .content .item .cont .images .pb {
    padding-bottom: 78%;
}

.ins_consultCon1 .center_box .ins_title .content .item .cont .images .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_consultCon1 .center_box .ins_title .content .item .cont .name {
  width: 100%;
  height: auto;
  /*padding-top: var(--num_30);*/
  text-align: center;
  font-size: var(--font20);
}
.ins_consultCon1 .center_box .ins_title .content .item .cont .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  /*border: 1px solid #e5e5e5;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_consultCon1 .center_box .ins_title .content .item .cont .close img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_consultCon1 .center_box .ins_title .content .item .cont .close:hover {
  background: #eb1922;
  color: #FFF;
}
.ins_consultCon1 .center_box .ins_title .content .item .cont .close:hover img {
  filter: brightness(0) invert(1);
}
.ins_consultCon1 .center_box .ins_title .content .item .number {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.ins_consultCon1 .center_box .ins_title .content .item .number * {
  font-size: var(--font16);
}
.ins_consultCon1 .center_box .ins_title .content .item .number * span {
  color: var(--active_color);
}
.ins_consultCon1 .center_box .ins_title .content .item .number .input input {
  width: 80px;
  height: 36px;
  border: 1px solid #e5e5e5;
  padding: 0 15px;
  font-size: var(--font14);
}
.ins_consultCon1 .center_box .ins_title .content .item .no_pro {
  width: 100%;
  min-height: 240px;
  height: auto;
  background: #f5f5f5;
  padding: 20px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  cursor: pointer;
}
.ins_consultCon1 .center_box .ins_title .content .item .no_pro .icon {
  width: var(--num_wh48);
  height: var(--num_wh48);
}
.ins_consultCon1 .center_box .ins_title .content .item.grid_w {
  /*grid-column: span 2;*/
}
.ins_consultCon1 .center_box .content_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_140);
}
.ins_consultCon1 .center_box .content_box .font_box {
  width: 100%;
  height: auto;
}
.ins_consultCon1 .center_box .content_box .font_box .title {
  line-height: 1;
  font-size: var(--font30);
  font-weight: 500;
  color: #eb1922;
}
.ins_consultCon1 .center_box .content_box .font_box .subtitle {
  font-size: var(--font20);
  padding: 25px 0;
  border-bottom: 2px solid #e5e5e5;
}
.ins_consultCon1 .center_box .content_box .input_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_60);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 8px;
}
.ins_consultCon1 .center_box .content_box .input_box .item {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_consultCon1 .center_box .content_box .input_box .item .word {
  font-size: var(--font16);
}
.ins_consultCon1 .center_box .content_box .input_box .item .word span {
  color: var(--active_color);
}
.ins_consultCon1 .center_box .content_box .input_box .item .input {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.ins_consultCon1 .center_box .content_box .input_box .item .input input {
  width: 100%;
  height: var(--num_wh48);
  background: #f5f5f5;
  border: 0;
  padding: 0 20px;
  font-size: var(--font14);
}
.ins_consultCon1 .center_box .content_box .input_box .item .input textarea {
  width: 100%;
  height: var(--num_wh120);
  background: #f5f5f5;
  border: 0;
  padding: 20px;
  font-size: var(--font14);
}
.ins_consultCon1 .center_box .content_box .input_box .item.grid_w {
  grid-column: span 3;
}
.ins_consultCon1 .center_box .content_box .input_box .item .word_che {
  font-size: var(--font14);
  color: #888888;
  font-weight: 200;
}
.ins_consultCon1 .center_box .content_box .input_box .item .word_che * {
  font-size: var(--font14);
  color: #888888;
  font-weight: 200;
}
.ins_consultCon1 .center_box .content_box .input_box .item .box_in {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
.ins_consultCon1 .center_box .content_box .input_box .item .box_in .erwei {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_consultCon1 .center_box .content_box .input_box .item .box_in .erwei .images {
  width: max-content;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-shrink: 0;
}
.ins_consultCon1 .center_box .content_box .input_box .item .box_in .erwei .images img {
  height: var(--num_wh48);
}
.ins_consultCon1 .center_box .content_box .input_box .item .box_in .input {
  margin-top: 0;
}
.ins_consultCon1 .center_box .content_box .input_box .item .box_in button {
  flex-shrink: 0;
  width: 220px;
  height: var(--num_wh48);
  background: var(--active_color);
  color: #FFF;
  font-size: var(--font16);
  font-weight: 500;
  border: 0;
  cursor: pointer;
}
.ins_consultCon1 .center_box .content_box .input_box .item .box_in button.black {
  background: #282828;
}
@media (max-width:990px) {
  .ins_consultCon1 .center_box .content_box .input_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 0;
  }
  .ins_consultCon1 .center_box .content_box .input_box .item.grid_w {
    grid-column: unset !important;
  }
  .ins_consultCon1 .center_box .content_box .input_box .item .box_in {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .ins_consultCon1 .center_box .content_box .input_box .item .box_in .erwei {
    margin-bottom: 20px;
  }
  .ins_consultCon1 .center_box .content_box .input_box .item .box_in button {
    width: fit-content;
    min-width: 120px;
    padding: 10px 20px;
  }
}
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ----------------------------------------------------------   新闻 */
.ins_newCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: var(--num_130);
  padding-bottom: var(--num_60);
}
.ins_newCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_newCon1 .center_box .ins_title {
  --title_font_size: var(--font36);
  --subtitle_font_size: var(--font20);
}
.ins_newCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_100);
  padding-bottom: var(--num_100);
  background: #fcf8f8;
}
.ins_newCon2 .center_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_newCon2 .center_box .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_newCon2 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  --left_width: 50%;
  --right_width: 50%;
}
.ins_newCon2 .center_box .swiper_box ul li .centerInfo .hh_left {
  /*background: #000;*/
}
.ins_newCon2 .center_box .swiper_box ul li .centerInfo .hh_left .pb {
  padding-bottom: 56.53%;
}
.ins_newCon2 .center_box .swiper_box ul li .centerInfo .hh_left .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_newCon2 .center_box .swiper_box ul li .centerInfo .hh_right {
  padding: var(--num_30) var(--num_60) calc(var(--num_wh48) + 10px) var(--num_60);
}
.ins_newCon2 .center_box .swiper_box ul li .centerInfo .hh_right .name {
  font-size: var(--font14);
  background: #eee8e8;
  line-height: 1;
  width: fit-content;
  padding: 8px 10px;
  border-radius: 100px;
}
.ins_newCon2 .center_box .swiper_box ul li .centerInfo .hh_right .title {
  margin: calc(20px - 0.15em) 0;
  font-size: var(--font30);
  line-height: 1.3;
}
.ins_newCon2 .center_box .swiper_box ul li .centerInfo .hh_right .details {
  font-size: var(--font16);
  line-height: 1.5;
  font-weight: 200;
}
.ins_newCon2 .center_box .swiper_box ul li .centerInfo .hh_right .time {
  margin-top: var(--num_50);
  font-size: var(--font14);
  font-weight: 200;
}
.ins_newCon2 .center_box .pager_box {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: calc(50% + var(--num_60));
  width: fit-content;
}
.ins_newCon2 .center_box .pager_box .swiper_btn {
  background: #eee8e8;
  border: 0;
}
.ins_newCon2 .center_box .pager_box .swiper_btn:hover {
  background: var(--active_color);
}
.ins_newCon2 .center_box .idxPageHide {
  margin-top: 30px;
}
.ins_newCon2 .images_san {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 0;
  height: 0;
  pointer-events: none;
}
.ins_newCon2 .images_san img {
  max-width: unset;
  max-height: unset;
  width: clamp(15.625rem, calc(-27.606rem + 54.04vw), 33.188rem);
}
@media (max-width:990px) {
  .ins_newCon2 {
    padding-bottom: 30px;
  }
  .ins_newCon2 .center_box .swiper_box ul li .centerInfo .hh_right {
    padding: 0;
  }
  .ins_newCon2 .pager_box {
    display: none !important;
  }
}
.ins_newCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: var(--num_60);
  padding-bottom: var(--num_160);
}
.ins_newCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_newCon3 .center_box .select_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.ins_newCon3 .center_box .select_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #eff1f4;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon3 .center_box .select_box .item {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--num_40);
}
.ins_newCon3 .center_box .select_box .item .one {
  padding-bottom: var(--num_45);
  display: block;
  position: relative;
  z-index: 1;
}
.ins_newCon3 .center_box .select_box .item .one::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon3 .center_box .select_box .item .one * {
  font-size: var(--font18);
  line-height: 1;
}
.ins_newCon3 .center_box .select_box .item .one span {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon3 .center_box .select_box .item .one.active span {
  color: var(--active_color);
  opacity: 1;
  font-weight: 700;
}
.ins_newCon3 .center_box .select_box .item .one.active::after {
  width: 100%;
}
.ins_newCon3 .center_box .select_box .input {
  max-width: 447px;
  width: 100%;
  height: var(--num_wh48);
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_newCon3 .center_box .select_box .input input {
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
  padding-left: 20px;
  font-size: var(--font14);
}
.ins_newCon3 .center_box .select_box .input button {
  width: 120px;
  height: 100%;
  background: var(--active_color);
  border: 0;
  flex-shrink: 0;
  font-size: var(--font16);
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_newCon3 .center_box .select_box .input button * {
  font-size: var(--font16);
  color: #FFF;
}
.ins_newCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--num_60) 8px;
}
.ins_newCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: var(--num_50);
}
.ins_newCon3 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  padding-right: var(--num_40);
}
.ins_newCon3 .center_box .item_box .item .word .title {
  font-size: var(--font18);
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: calc(2em * 1.3);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ins_newCon3 .center_box .item_box .item .word .details {
  font-size: var(--font14);
  opacity: 0.7;
  line-height: 1.5714;
  margin: calc(20px - 0.25em) 0;
  height: calc(3em * 1.5714);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.ins_newCon3 .center_box .item_box .item .word .time {
  font-size: var(--font14);
  color: #888888;
}
.ins_newCon3 .center_box .item_box .item .images {
  width: 100%;
  height: auto;
  margin-top: var(--num_30);
}
.ins_newCon3 .center_box .item_box .item .images .pb {
  padding-bottom: 56.5%;
}
.ins_newCon3 .center_box .item_box .item .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon3 .center_box .item_box .item:nth-child(n+4) {
  border-top: 1px solid #e6e6e6;
}
.ins_newCon3 .center_box .item_box .item:hover .word .title {
  color: var(--active_color);
}
.ins_newCon3 .center_box .item_box .item:hover .images .pb .ab img {
  transform: scale(1.04);
}
@media (max-width:990px) {
  .ins_newCon3 .center_box .select_box .input {
    display: none;
  }
  .ins_newCon3 .center_box .item_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .ins_newCon3 .center_box .item_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_newCon3 .center_box .item_box .item:nth-child(n+1) {
    border-top: 1px solid #e6e6e6;
  }
  .ins_newCon3 .center_box .item_box .item .word .details {
    margin: 10px 0;
  }
}
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ----------------------------------------------------------   新闻详情 */
.ins_newdeCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: var(--num_130);
  padding-bottom: var(--num_140);
}
.ins_newdeCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_newdeCon1 .center_box .title_box {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  border-bottom: 3px solid #e7e9ef;
}
.ins_newdeCon1 .center_box .title_box .word {
  width: auto;
  height: auto;
}
.ins_newdeCon1 .center_box .title_box .word .title {
  font-size: var(--font36);
  line-height: 1.25;
}
.ins_newdeCon1 .center_box .title_box .word .time {
  font-size: var(--font18);
  opacity: 0.6;
  margin-top: 30px;
}
.ins_newdeCon1 .center_box .title_box .share {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
}
.ins_newdeCon1 .center_box .title_box .share a {
  width: var(--num_wh40);
  height: var(--num_wh40);
  background: #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newdeCon1 .center_box .title_box .share a span {
  font-size: var(--font16);
}
.ins_newdeCon1 .center_box .title_box .share a i {
  font-size: var(--font18);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newdeCon1 .center_box .title_box .share a .img {
  position: absolute;
  bottom: 100%;
  width: max-content;
  max-width: 120px;
  opacity: 0;
  transform: translateY(5px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #e5e5e5;
}
.ins_newdeCon1 .center_box .title_box .share a:hover {
  background: var(--active_color);
}
.ins_newdeCon1 .center_box .title_box .share a:hover i {
  color: #FFF;
}
.ins_newdeCon1 .center_box .title_box .share a:hover .img {
  opacity: 1;
  transform: translateY(-10px);
}
.ins_newdeCon1 .center_box .content {
  width: 100%;
  height: auto;
  margin-top: var(--num_80);
  --left_width: 64.722%;
  --right_width: 24.305%;
}
.ins_newdeCon1 .center_box .content .hh_left .cont_box {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
}
.ins_newdeCon1 .center_box .content .hh_left .cont_box * {
  font-size: var(--font16);
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newdeCon1 .center_box .content .hh_left .cont_box * span {
  font-weight: 500;
}
.ins_newdeCon1 .center_box .content .hh_left .pager_next {
  width: 100%;
  height: auto;
  margin-top: var(--num_80);
  border-top: 1px solid #e5e5e5;
}
.ins_newdeCon1 .center_box .content .hh_left .pager_next a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 50px;
  min-height: var(--num_wh80);
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.ins_newdeCon1 .center_box .content .hh_left .pager_next a .left {
  width: 100px;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_newdeCon1 .center_box .content .hh_left .pager_next a .left * {
  font-size: var(--font16);
  font-weight: 500;
}
.ins_newdeCon1 .center_box .content .hh_left .pager_next a .left i {
  width: 6px;
  height: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  transform: translateY(26%) rotate(90deg);
}
.ins_newdeCon1 .center_box .content .hh_left .pager_next a .left i::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg) translateY(50%);
}
.ins_newdeCon1 .center_box .content .hh_left .pager_next a .left i::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-45deg) translateY(-50%);
}
.ins_newdeCon1 .center_box .content .hh_left .pager_next a .right {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 20px;
}
.ins_newdeCon1 .center_box .content .hh_left .pager_next a .right * {
  font-size: var(--font16);
  font-weight: 200;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newdeCon1 .center_box .content .hh_left .pager_next a .right span.time {
  flex-shrink: 0;
}
.ins_newdeCon1 .center_box .content .hh_left .pager_next a .right span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ins_newdeCon1 .center_box .content .hh_left .pager_next a:hover * {
  color: var(--active_color);
}
.ins_newdeCon1 .center_box .content .hh_left .pager_next a:hover * i::after,
.ins_newdeCon1 .center_box .content .hh_left .pager_next a:hover * i::before {
  background-color: var(--active_color) !important;
}
.ins_newdeCon1 .center_box .content .hh_left .ins_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 40px;
}
.ins_newdeCon1 .center_box .content .hh_left .ins_more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: var(--num_wh160);
}
.ins_newdeCon1 .center_box .content .hh_left .ins_more a:hover {
  background: #282828;
  color: #FFF;
  opacity: 1;
}
.ins_newdeCon1 .center_box .content .line {
  width: 1px;
  height: auto;
  background: #e5e5e5;
}
.ins_newdeCon1 .center_box .content .hh_right .name {
  font-size: var(--font24);
  font-weight: 200;
  line-height: 1;
  padding-bottom: 40px;
}
.ins_newdeCon1 .center_box .content .hh_right .item_box {
  width: 100%;
  height: auto;
}
.ins_newdeCon1 .center_box .content .hh_right .item_box .one {
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: var(--num_60);
  display: block;
  border-top: 1px solid #e5e5e5;
}
.ins_newdeCon1 .center_box .content .hh_right .item_box .one * {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newdeCon1 .center_box .content .hh_right .item_box .one .title {
  font-size: var(--font18);
  font-weight: 400;
  line-height: 1.3;
}
.ins_newdeCon1 .center_box .content .hh_right .item_box .one .details {
  font-size: var(--font14);
  font-weight: 400;
  opacity: 0.7;
  line-height: 1.5714;
  margin-top: calc(30px - 0.8em);
  margin-bottom: 15px;
}
.ins_newdeCon1 .center_box .content .hh_right .item_box .one .time {
  font-size: 12px;
  opacity: 0.6;
}
.ins_newdeCon1 .center_box .content .hh_right .item_box .one:hover .title,
.ins_newdeCon1 .center_box .content .hh_right .item_box .one:hover .details,
.ins_newdeCon1 .center_box .content .hh_right .item_box .one:hover .time {
  color: var(--active_color);
}
@media (max-width:990px) {
  .ins_newdeCon1 .center_box .content .hh_left .pager_next a {
    gap: 20px;
  }
  .ins_newdeCon1 .center_box .content .hh_left .pager_next a .left {
    width: fit-content;
  }
  .ins_newdeCon1 .center_box .content .hh_left .pager_next a .left i {
    display: none;
  }
  .ins_newdeCon1 .center_box .content .hh_left .pager_next a .right span.time {
    display: none;
  }
}
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ----------------------------------------------------------   行业应用 */
.ins_aboutAddCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: var(--num_30);
  padding-bottom: var(--num_160);
}
.ins_aboutAddCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutAddCon1 .center_box .ins_title .ins_sub {
  max-width: 1100px;
}
.ins_aboutAddCon1 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: var(--num_50);
}
.ins_aboutAddCon1 .center_box .item_box .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_aboutAddCon1 .center_box .item_box .item .icon {
  width: 100%;
  height: auto;
  min-height: 210px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
}
.ins_aboutAddCon1 .center_box .item_box .item .icon .img {
  width: var(--num_wh48);
  height: var(--num_wh48);
}
.ins_aboutAddCon1 .center_box .item_box .item .icon .name {
  font-size: var(--font24);
  font-weight: 500;
}
.ins_aboutAddCon1 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  padding: 20px;
  text-align: center;
  background: #f5f5f5;
  line-height: 1.25;
  font-size: var(--font16);
  color: #888888;
}
@media (max-width:990px) {
  .ins_aboutAddCon1 .center_box .item_box {
    grid-template-columns: repeat(2, 1fr);
  }
  .ins_aboutAddCon1 .center_box .item_box .item .icon,
  .ins_aboutAddCon1 .center_box .item_box .item .word {
    min-height: unset;
  }
  .ins_aboutAddCon1 .center_box .item_box .item .icon {
    padding: 30px 20px;
  }
  .ins_aboutAddCon1 .center_box .item_box .item .icon .img {
    width: 30px;
    height: 30px;
  }
  .ins_aboutAddCon1 .center_box .item_box .item .icon .name {
    line-height: 1;
  }
}
.ins_aboutAddCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: var(--num_100);
  padding-bottom: var(--num_100);
  background: #f5f5f5;
}
.ins_aboutAddCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutAddCon2 .center_box .ins_title {
  text-align: center;
  max-width: 710px;
  margin: auto;
}
.ins_aboutAddCon2 .center_box .ins_title .ins_sub {
  font-size: var(--font18);
  opacity: 0.6;
}
.ins_aboutAddCon2 .center_box .big_text {
  font-size: clamp(1.875rem, calc(-4.587rem + 8.08vw), 4.5rem);
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: var(--active_color);
  margin-top: var(--num_35);
}
.ins_aboutAddCon2 .center_box .big_text span {
  color: #d9d2c9;
}
.ins_aboutAddCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: var(--num_50);
}
.ins_aboutAddCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #FFF;
}
.ins_aboutAddCon2 .center_box .item_box .item .icon {
  width: 100%;
  height: auto;
  min-height: var(--num_wh200);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
.ins_aboutAddCon2 .center_box .item_box .item .icon .img {
  width: var(--num_wh54);
  height: var(--num_wh54);
}
.ins_aboutAddCon2 .center_box .item_box .item .icon .name {
  font-size: var(--font20);
  font-weight: 500;
}
.ins_aboutAddCon2 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  min-height: 120px;
  padding: 20px;
  padding-top: 40px;
  text-align: center;
  background: #f5f5f5;
  line-height: 1.25;
  font-size: var(--font16);
  color: #888888;
}
.ins_aboutAddCon2 .images_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.1;
}
.ins_aboutAddCon2 .images_bg .one {
  position: absolute;
  right: 0;
  top: 0;
  width: 26%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.ins_aboutAddCon2 .images_bg .tow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30.9375%;
  opacity: 0.4;
}
@media (max-width:990px) {
  .ins_aboutAddCon2 .center_box .item_box {
    grid-template-columns: repeat(2, 1fr);
  }
  .ins_aboutAddCon2 .center_box .item_box .item .icon {
    min-height: 80px;
  }
  .ins_aboutAddCon2 .center_box .item_box .item .icon .img {
    width: 30px;
    height: 30px;
  }
}
.ins_aboutAddCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: var(--num_190);
  padding-bottom: var(--num_70);
  --padding_bottom: 56.462%;
  --font_size: var(--font18);
}
.ins_aboutAddCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutAddCon3 .center_box .ins_title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.ins_aboutAddCon3 .center_box .ins_title::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: #e7e9ef;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutAddCon3 .center_box .ins_title .ins_tit {
  line-height: 1;
  padding-bottom: var(--num_40);
}
.ins_aboutAddCon3 .center_box .ins_title .item_box {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--num_40);
  position: relative;
  z-index: 2;
}
.ins_aboutAddCon3 .center_box .ins_title .item_box .item {
  font-size: var(--font18);
  padding-bottom: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  opacity: 0.6;
}
.ins_aboutAddCon3 .center_box .ins_title .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 3px;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutAddCon3 .center_box .ins_title .item_box .item.active {
  color: var(--active_color);
  font-weight: 700;
  opacity: 1;
}
.ins_aboutAddCon3 .center_box .ins_title .item_box .item.active::after {
  width: 100%;
}
.ins_aboutAddCon3 .center_box .details {
  font-size: var(--font20);
  margin-top: 30px;
}
.ins_aboutAddCon3 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 40px;
  overflow: hidden;
}
.ins_aboutAddCon3 .center_box .swiper_box ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_aboutAddCon3 .center_box .swiper_box ul li .centerInfo_1 {
  width: 100%;
  height: auto;
}
.ins_aboutAddCon3 .center_box .swiper_box ul li .centerInfo_1 .swiper_son {
  width: 100%;
  height: auto;
}
.ins_aboutAddCon3 .center_box .swiper_box ul li .centerInfo_1 .swiper_son .centerInfo_2 {
  width: 100%;
  height: auto;
}
.ins_aboutAddCon3 .center_box .swiper_box ul li .centerInfo_1 .swiper_son .centerInfo_2 .images {
  background: #f1f1f1;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutAddCon3 .center_box .swiper_box ul li .centerInfo_1 .swiper_son .centerInfo_2 .images::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.018;
}
.ins_aboutAddCon3 .center_box .swiper_box ul li .centerInfo_1 .swiper_son .centerInfo_2 .images .pb {
  padding-bottom: var(--padding_bottom);
}
.ins_aboutAddCon3 .center_box .swiper_box ul li .centerInfo_1 .swiper_son .centerInfo_2 .images .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/*.ins_aboutAddCon3 .center_box .swiper_box ul li .centerInfo_1 .swiper_son .centerInfo_2 .images .pb .ab img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*}*/
@media (max-width:990px) {
  .ins_aboutAddCon3 .center_box .ins_title {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_aboutAddCon3 .center_box .ins_title .item_box .item {
    padding-bottom: 12px;
  }
}
.ins_aboutAddCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: var(--num_130);
  padding-bottom: var(--num_90);
}
.ins_aboutAddCon4 .center_box {
  width: 100%;
  height: auto;
  background: url(../images/bg9.jpg) no-repeat bottom / cover;
  padding: var(--num_60);
  padding-top: var(--num_80);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_aboutAddCon4 .center_box .ins_title {
  width: 50.75%;
}
.ins_aboutAddCon4 .center_box .ins_title .ins_tit {
  color: #282828;
  line-height: 1.25;
}
.ins_aboutAddCon4 .center_box .ins_title .ins_sub {
  opacity: 0.6;
  font-size: var(--font20);
  line-height: 1.5;
}
.ins_aboutAddCon4 .center_box .ins_title .bnt_box {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 40px;
}
.ins_aboutAddCon4 .center_box .ins_title .bnt_box a {
  font-size: var(--font20);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  padding-bottom: 7px;
  color: var(--text-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutAddCon4 .center_box .ins_title .bnt_box a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 3px;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutAddCon4 .center_box .ins_title .bnt_box a.active {
  color: var(--active_color) !important;
  font-weight: 700;
}
.ins_aboutAddCon4 .center_box .ins_title .bnt_box a.active::after {
  width: 100%;
}
.ins_aboutAddCon4 .center_box .ins_title .bnt_box a:hover {
  color: var(--active_color);
}
.ins_aboutAddCon4 .center_box .ins_title .bnt_box i {
  display: block;
  height: auto;
  width: 1px;
  background: #c2c2c2;
}
.ins_aboutAddCon4 .center_box .ins_title .ins_more a {
  background: #282828;
  margin-top: var(--num_95);
  min-width: var(--num_wh200);
}
.ins_aboutAddCon4 .center_box .ins_title .ins_more a:hover {
  background: var(--active_color);
}
.ins_aboutAddCon4 .center_box .ins_title .ins_more a:hover * {
  color: #FFF;
}
.ins_aboutAddCon4 .center_box .images {
  width: 31.94%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  pointer-events: none;
}
@media (max-width:990px) {
  .ins_aboutAddCon4 {
    padding-top: 20px;
  }
  .ins_aboutAddCon4 .center_box .ins_title {
    width: 100%;
  }
  .ins_aboutAddCon4 .center_box .ins_title .ins_more a {
    min-width: 120px;
  }
  .ins_aboutAddCon4 .center_box .images {
    width: 40%;
  }
}
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ----------------------------------------------------------   封测产业园 */
.ins_fcCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: var(--num_140);
  padding-bottom: var(--num_120);
}
.ins_fcCon1 .images_bg {
  width: 22.6%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  opacity: 0.1;
}
.ins_fcCon1 .w1440 {
  position: relative;
  z-index: 1;
}
.ins_fcCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_fcCon1 .center_box .ins_title {
  width: 72.916%;
}
.ins_fcCon1 .center_box .ins_title .details {
  font-size: var(--details_font_size);
  color: #888888;
  margin-top: var(--num_20);
}
.ins_fcCon1 .center_box .ins_title .details * {
  font-size: var(--details_font_size);
  color: #888888;
  margin-top: var(--num_20);
  text-align: justify;
}
.ins_fcCon1 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: var(--num_90);
}
.ins_fcCon1 .center_box .item_box .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0 var(--num_30);
  border-left: 1px solid #e5e5e5;
}
.ins_fcCon1 .center_box .item_box .item .number {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_fcCon1 .center_box .item_box .item .number .beat {
  font-size: var(--font60);
  color: var(--active_color);
  line-height: 1;
}
.ins_fcCon1 .center_box .item_box .item .number .icon {
  font-size: var(--font24);
  font-weight: 700;
  color: var(--active_color);
}
.ins_fcCon1 .center_box .item_box .item .number .icon span {
  font-size: var(--font20);
  color: var(--active_color);
  font-weight: 700;
}
.ins_fcCon1 .center_box .item_box .item .word {
  font-size: var(--font18);
  font-weight: 300;
  margin-top: 10px;
}
.ins_fcCon1 .center_box .item_box .item:first-child {
  padding-left: 0;
  border: 0;
}
.ins_fcCon1 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_100);
  overflow: hidden;
}
.ins_fcCon1 .center_box .swiper_box .centerInfo {
  width: 100%;
  height: auto;
}
.ins_fcCon1 .center_box .swiper_box .centerInfo .pb {
  padding-bottom: 35%;
  overflow: hidden;
}
.ins_fcCon1 .center_box .swiper_box .centerInfo .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_fcCon1 .center_box .swiper_info {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_fcCon1 .center_box .swiper_info .swiper_item {
  width: 100%;
  height: auto;
  padding: 20px 0;
  overflow: hidden;
}
.ins_fcCon1 .center_box .swiper_info .swiper_item .centerInfo {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.ins_fcCon1 .center_box .swiper_info .swiper_item .centerInfo .pb {
  padding-bottom: calc(35% + 20px);
}
.ins_fcCon1 .center_box .swiper_info .swiper_item .centerInfo .pb .ab {
  /*padding: 10px 5px;*/
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

.ins_fcCon1 .center_box .swiper_info .swiper_item .centerInfo .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_fcCon1 .center_box .swiper_info .swiper_item .centerInfo:hover .pb .ab img {
     transform: scale(1.05);
}
.ins_fcCon1 .center_box .swiper_info .swiper_item .swiper-slide:hover .pb .ab,
.ins_fcCon1 .center_box .swiper_info .swiper_item .swiper-slide.active .pb .ab {
  padding: 0px 5px;
}
.ins_fcCon1 .center_box .swiper_info .swiper_btn_1 {
  position: absolute;
  top: 50%;
  right: calc(100% + var(--num_40));
  z-index: 3;
  transform: translateY(-50%);
}
.ins_fcCon1 .center_box .swiper_info .swiper_btn_1.next {
  left: calc(100% + var(--num_40));
}
@media (max-width:1560px) {
  .ins_fcCon1 .center_box .swiper_info .swiper_btn_1 {
    right: calc(100% - 20px);
  }
  .ins_fcCon1 .center_box .swiper_info .swiper_btn_1.next {
    left: calc(100% - 20px);
  }
}
@media (max-width:990px) {
  .ins_fcCon1 .center_box .ins_title {
    width: 100%;
    height: auto;
  }
  .ins_fcCon1 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
    margin-top: 40px;
  }
  .ins_fcCon1 .center_box .item_box .item {
    border-left: 0;
    border-bottom: 1px solid #e5e5e5 !important;
    padding-bottom: 20px;
  }
  .ins_fcCon1 .center_box .swiper_info .swiper_btn_1 {
    display: none;
  }
}
.ins_fcCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: var(--num_160);
}
.ins_fcCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_fcCon2 .center_box .ins_title {
  padding-bottom: 30px;
  border-bottom: 2px solid #eff1f4;
}
.ins_fcCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--num_95);
  margin-top: var(--num_60);
}
.ins_fcCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  background: var(--active_color);
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
.ins_fcCon2 .center_box .item_box .item .pb .ab {
  font-size: var(--font16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_fcCon2 .center_box .item_box .item .pb .ab .icon {
  font-size: var(--font48);
  line-height: 1;
  color: #FFF;
  font-weight: 500;
}
.ins_fcCon2 .center_box .item_box .item .pb .ab .word {
  font-size: var(--font18);
  line-height: 1;
  color: #FFF;
  font-weight: 300;
  margin-top: 10px;
}
.ins_fcCon2 .center_box .item_box .item .img {
  width: clamp(0.625rem, calc(-1.375rem + 2.5vw), 1.438rem);
  position: absolute;
  left: calc(100% + (var(--num_95) / 2));
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.ins_fcCon2 .center_box .item_box .item:nth-child(6) .img {
  top: calc(100% + (var(--num_95) / 2));
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
.ins_fcCon2 .center_box .item_box .item:last-child img {
  display: none;
}
.ins_fcCon2 .center_box .item_box .item:nth-child(n+7) img {
  transform: translateY(-50%) translateX(-50%) rotate(180deg);
}
@media (max-width:990px) {
  .ins_fcCon2 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .ins_fcCon2 .center_box .item_box .item {
    border-radius: 0;
    background: #FFF;
    border: 1px solid #eb192270;
  }
  .ins_fcCon2 .center_box .item_box .item .pb {
    height: auto;
    padding-bottom: 0;
    padding: 10px;
  }
  .ins_fcCon2 .center_box .item_box .item .pb .ab {
    position: relative;
    z-index: 1;
  }
  .ins_fcCon2 .center_box .item_box .item .pb .ab .icon {
    color: var(--active_color) !important;
  }
  .ins_fcCon2 .center_box .item_box .item .pb .ab .word {
    color: var(--text-color) !important;
  }
  .ins_fcCon2 .center_box .item_box .item .img {
    display: none;
  }
}
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ----------------------------------------------------------   售后服务 */
.ins_serviceCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: var(--num_140);
}
.ins_serviceCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_serviceCon1 .center_box .content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.ins_serviceCon1 .center_box .content .word {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: var(--font30);
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: var(--num_95);
}
.ins_serviceCon1 .center_box .content .images {
  width: 100%;
  height: auto;
}
.ins_serviceCon1 .center_box .content .images img {
  width: 100%;
  height: auto;
  /*min-height: 250px;*/
  object-fit: cover;
}
.ins_serviceCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  padding-bottom: var(--num_100);
}
.ins_serviceCon2 .w1440 {
  position: relative;
  z-index: 2;
}
.ins_serviceCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_serviceCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: var(--num_60);
}
.ins_serviceCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #eeeeee;
  background: #FFF;
  padding: var(--num_60);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.ins_serviceCon2 .center_box .item_box .item .name {
  font-size: var(--font24);
  line-height: 1;
}
.ins_serviceCon2 .center_box .item_box .item .images {
  width: auto;
  height: auto;
  margin-top: var(--num_35);
}
.ins_serviceCon2 .center_box .item_box .item .title {
  font-size: var(--font18);
  font-weight: 700;
  margin-top: 15px;
  line-height: 1;
}
.ins_serviceCon2 .center_box .item_box .item .subtitle {
  font-size: var(--font16);
  line-height: 1.5;
  color: #666666;
  max-width: 250px;
  margin: auto;
  margin-top: var(--num_50);
}
.ins_serviceCon2 .triangle_box {
  transform: translateY(var(--num_90));
}
@media (max-width:990px) {
  .ins_serviceCon2 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_serviceCon2 .center_box .item_box .item {
    text-align: left;
    position: relative;
    z-index: 1;
    padding: 30px 20px;
  }
  .ins_serviceCon2 .center_box .item_box .item .name,
  .ins_serviceCon2 .center_box .item_box .item .title,
  .ins_serviceCon2 .center_box .item_box .item .subtitle {
    width: 100%;
    height: auto;
  }
  .ins_serviceCon2 .center_box .item_box .item .subtitle {
    max-width: 100%;
  }
  .ins_serviceCon2 .center_box .item_box .item .images {
    width: 70px;
    position: absolute;
    right: 20px;
    top: 0px;
  }
  .ins_serviceCon2 .center_box .item_box .item + .item .images {
    max-width: 50px;
  }
}
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ----------------------------------------------------------   售前服务 */
.ins_serviceshCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_140);
}
.ins_serviceshCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_serviceshCon1 .center_box .content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.ins_serviceshCon1 .center_box .content .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 60px;
  overflow: hidden;
  max-width: 70.833%;
}
.ins_serviceshCon1 .center_box .content .item_box .item {
  width: 100%;
  height: auto;
  padding-bottom: var(--num_60);
  position: relative;
  z-index: 1;
  padding-right: 20px;
}
.ins_serviceshCon1 .center_box .content .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% + 40px);
  height: 1px;
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_serviceshCon1 .center_box .content .item_box .item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: calc(100% - var(--num_60));
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_serviceshCon1 .center_box .content .item_box .item .title {
  font-size: var(--font24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px ;
}
.ins_serviceshCon1 .center_box .content .item_box .item .title img {
  width: 14px;
}
.ins_serviceshCon1 .center_box .content .item_box .item .deails {
  width: 100%;
  height: auto;
  margin-top: 20px;
  max-width: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: var(--num_30);
}
.ins_serviceshCon1 .center_box .content .item_box .item .deails .one {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.ins_serviceshCon1 .center_box .content .item_box .item .deails .one .tit {
  font-size: var(--font20);
  line-height: 1;
}
.ins_serviceshCon1 .center_box .content .item_box .item .deails .one .font {
  font-size: var(--font16);
  line-height: 1.5;
  color: #666666;
}
.ins_serviceshCon1 .center_box .content .item_box .item:nth-child(2n)::before {
  opacity: 0;
}
.ins_serviceshCon1 .triangle_box {
  position: absolute;
  top: 62%;
}
.ins_serviceshCon1 .triangle_box .img {
  width: 23.64%;
}
@media (max-width:990px) {
  .ins_serviceshCon1 .center_box .content .item_box {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
  }
  .ins_serviceshCon1 .center_box .content .item_box .deails {
    max-width: 100%;
  }
}
.ins_serviceshCon2 .center_box .content_box {
  margin-top: 0;
}
.ins_serviceshCon2 .center_box .content_box .font_box .title {
  font-size: var(--font36);
  color: var(--active_color);
}
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ----------------------------------------------------------   文件下载 */
.ins_downloadCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_130);
  padding-bottom: var(--num_140);
}
.ins_downloadCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_downloadCon1 .center_box .content {
  width: 100%;
  height: auto;
  margin-top: 30px;
  --left_width: var(--num_wh360);
  --right_width: 100%;
  gap: 60px;
}
.ins_downloadCon1 .center_box .content .hh_left {
  flex-shrink: 0;
}
.ins_downloadCon1 .center_box .content .hh_left .images {
  width: 100%;
  height: auto;
}
.ins_downloadCon1 .center_box .content .hh_left .images img {
  width: 100%;
  height: auto;
}
.ins_downloadCon1 .center_box .content .hh_left .layui-form {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.ins_downloadCon1 .center_box .content .hh_left .layui-form .item {
  width: 100%;
  height: auto;
}
.ins_downloadCon1 .center_box .content .hh_left .layui-form .item .layui-input,
.ins_downloadCon1 .center_box .content .hh_left .layui-form .item .layui-textarea {
  width: 100%;
  height: var(--num_wh48);
  border: 2px solid #e5e5e5;
}
.ins_downloadCon1 .center_box .content .hh_left .layui-form .item .layui-input *,
.ins_downloadCon1 .center_box .content .hh_left .layui-form .item .layui-textarea * {
  font-size: var(--font16);
  color: #282828;
}
.ins_downloadCon1 .center_box .content .hh_left .layui-form .item .layui-form-selected dl {
  top: 100%;
}
.ins_downloadCon1 .center_box .content .hh_left .layui-form .item .layui-form-selected dl * {
  font-size: var(--font16);
  color: #282828;
}
.ins_downloadCon1 .center_box .content .hh_left .layui-form .item .layui-form-select dl dd.layui-this {
  color: var(--active_color) !important;
}
.ins_downloadCon1 .center_box .content .hh_left .layui-form .item button {
  width: 100%;
  height: var(--num_wh48);
  background: var(--active_color);
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 20px;
  cursor: pointer;
}
.ins_downloadCon1 .center_box .content .hh_left .layui-form .item button * {
  color: #FFF;
  font-size: var(--font16);
}
.ins_downloadCon1 .center_box .content .hh_left .layui-form .item button img {
  filter: brightness(0) invert(1);
}
.ins_downloadCon1 .center_box .content .hh_right .classify {
  width: 100%;
  height: auto;
  background: #f5f5f5;
}
.ins_downloadCon1 .center_box .content .hh_right .classify .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
}
.ins_downloadCon1 .center_box .content .hh_right .classify .item .icon {
  flex-shrink: 0;
  width: var(--num_wh200);
  min-height: var(--num_wh80);
  height: auto;
  background: #eeeeee;
  font-size: var(--font20);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_downloadCon1 .center_box .content .hh_right .classify .item .word {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 10px 30px;
  padding: 0 var(--num_45);
}
.ins_downloadCon1 .center_box .content .hh_right .classify .item .word .one {
  width: fit-content;
  min-height: 36px;
  padding: 5px 15px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font16);
  color: #282828;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
}
.ins_downloadCon1 .center_box .content .hh_right .classify .item .word .one:hover {
  color: var(--active_color);
}
.ins_downloadCon1 .center_box .content .hh_right .classify .item .word .one.active {
  background: var(--active_color);
  color: #FFF !important;
}
.ins_downloadCon1 .center_box .content .hh_right .classify .item + .item {
  border-top: 1px solid #e5e5e5;
}
.ins_downloadCon1 .center_box .content .hh_right .item_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_30);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.ins_downloadCon1 .center_box .content .hh_right .item_box .item {
  width: 100%;
  height: auto;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid #e5e5e5;
  padding: 0 var(--num_20);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_downloadCon1 .center_box .content .hh_right .item_box .item .icon {
  width: fit-content;
  flex-shrink: 0;
}
.ins_downloadCon1 .center_box .content .hh_right .item_box .item .word {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font16);
  gap: 10px;
  padding: 10px 0;
}
.ins_downloadCon1 .center_box .content .hh_right .item_box .item .word span {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: var(--font16);
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_downloadCon1 .center_box .content .hh_right .item_box .item .word .img {
  padding-left: var(--num_20);
  border-left: 1px solid #e5e5e5;
}
.ins_downloadCon1 .center_box .content .hh_right .item_box .item .word img {
  filter: brightness(0) invert(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_downloadCon1 .center_box .content .hh_right .item_box .item:hover {
  border: 1px solid var(--active_color);
}
.ins_downloadCon1 .center_box .content .hh_right .item_box .item:hover span {
  color: var(--active_color);
}
.ins_downloadCon1 .center_box .content .hh_right .item_box .item:hover img {
  filter: unset !important;
}
@media (max-width:990px) {
  .ins_downloadCon1 .center_box .content .hh_right .classify .item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_downloadCon1 .center_box .content .hh_right .classify .item .icon {
    width: 100%;
    height: auto;
    padding: 15px 0;
  }
  .ins_downloadCon1 .center_box .content .hh_right .classify .item .word {
    padding: 20px;
    gap: 10px;
  }
  .ins_downloadCon1 .center_box .content .hh_right .classify .item .word .one {
    min-height: 30px;
  }
  .ins_downloadCon1 .center_box .content .hh_right .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .ins_downloadCon1 .center_box .content .hh_right .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ----------------------------------------------------------  常见问题 */
.ins_problemCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_130);
  padding-bottom: var(--num_140);
}
.ins_problemCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_problemCon1 .center_box .ins_title .item {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  gap: 40px;
  font-size: var(--font18);
  margin-top: -1.2em;
  position: relative;
  z-index: 1;
}
.ins_problemCon1 .center_box .ins_title .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_problemCon1 .center_box .ins_title .item .one {
  font-size: var(--font18);
  opacity: 0.6;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  padding-bottom: var(--num_30);
  cursor: pointer;
}
.ins_problemCon1 .center_box .ins_title .item .one::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 3px;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_problemCon1 .center_box .ins_title .item .one.active {
  font-weight: 700;
  opacity: 1;
  color: var(--active_color) !important;
}
.ins_problemCon1 .center_box .ins_title .item .one.active::after {
  width: 100%;
  left: 0;
}
.ins_problemCon1 .center_box .ins_title .item .one:hover {
  color: var(--active_color);
  opacity: 1;
}
.ins_problemCon1 .center_box .content {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_problemCon1 .center_box .content .centerInfo {
  width: 100%;
  height: auto;
  display: none;
}
.ins_problemCon1 .center_box .content .centerInfo .item {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e5e5e5;
}
.ins_problemCon1 .center_box .content .centerInfo .item .top {
  width: 100%;
  height: auto;
  min-height: var(--num_wh120);
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
}
.ins_problemCon1 .center_box .content .centerInfo .item .top .word {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_problemCon1 .center_box .content .centerInfo .item .top .word .icon_q {
  font-size: var(--font36);
  width: 100px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "EuclidSquare-Medium";
}
.ins_problemCon1 .center_box .content .centerInfo .item .top .word .title {
  font-size: var(--font20);
  font-weight: 700;
}
.ins_problemCon1 .center_box .content .centerInfo .item .top .icon {
  width: 100px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-shrink: 0;
}
.ins_problemCon1 .center_box .content .centerInfo .item .top .icon i {
  width: 18px;
  height: 9px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  --color: #000;
}
.ins_problemCon1 .center_box .content .centerInfo .item .top .icon i::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 1px;
  background: var(--color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg) translateX(50%);
}
.ins_problemCon1 .center_box .content .centerInfo .item .top .icon i::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 1px;
  background: var(--color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-45deg) translateX(-50%);
}
.ins_problemCon1 .center_box .content .centerInfo .item .bot {
  width: 100%;
  height: auto;
  padding-top: 35px;
  padding-bottom: 80px;
  padding-right: 40px;
  background: #f5f5f5;
  display: none;
}
.ins_problemCon1 .center_box .content .centerInfo .item .bot .one {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_problemCon1 .center_box .content .centerInfo .item .bot .one .icon {
  font-size: var(--font36);
  width: 100px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "EuclidSquare-Medium";
  color: var(--active_color);
}
.ins_problemCon1 .center_box .content .centerInfo .item .bot .one .word {
  max-width: 1210px;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.5;
  font-weight: 300;
}
.ins_problemCon1 .center_box .content .centerInfo .item.active {
  border: 0;
}
.ins_problemCon1 .center_box .content .centerInfo .item.active .top .icon i {
  transform: rotate(0);
  --color: var(--active_color);
}
.ins_problemCon1 .center_box .content .centerInfo.active {
  display: block !important;
}
@media (max-width:990px) {
  .ins_problemCon1 .center_box .ins_title .item {
    margin-top: 20px;
    gap: 10px 20px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .ins_problemCon1 .center_box .content .centerInfo .item .top .word .icon_q {
    width: 30px;
  }
  .ins_problemCon1 .center_box .content .centerInfo .item .bot {
    padding: 30px 20px;
    padding-top: 20px;
  }
  .ins_problemCon1 .center_box .content .centerInfo .item .bot .one {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_problemCon1 .center_box .content .centerInfo .item .bot .one .icon {
    width: 100%;
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 10px;
  }
  .ins_problemCon1 .center_box .content .centerInfo .item .top {
    gap: 20px;
  }
  .ins_problemCon1 .center_box .content .centerInfo .item .top .icon {
    width: 20px;
  }
}
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ----------------------------------------------------------   新闻详情 */
.ins_aboutCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_140);
  padding-bottom: var(--num_100);
}
.ins_aboutCon1 .triangle_box {
  top: 73px;
}
.ins_aboutCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon1 .center_box .content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  max-width: 1080px;
}
.ins_aboutCon1 .center_box .content * {
  font-size: var(--font16);
  line-height: 1.5;
  color: #666666;
  font-weight: 300;
}
.ins_aboutCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutCon2 .images_bg {
  width: 100%;
  height: auto;
}
.ins_aboutCon2 .images_bg img {
  width: 100%;
  height: auto;
  min-height: 400px;
  object-fit: cover;
}
.ins_aboutCon2 .icon {
  width: 80px;
  height: 80px;
  position: absolute;
  border: 2px solid #FFF;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutCon2 .icon i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 15px;
  border-color: transparent transparent transparent #FFFFFF;
}
.ins_aboutCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_140);
}
.ins_aboutCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 50px 0;
}
.ins_aboutCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.ins_aboutCon3 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon3 .center_box .item_box .item .icon {
  width: 54px;
}
.ins_aboutCon3 .center_box .item_box .item .title {
  margin-top: 50px;
  font-size: var(--font24);
  line-height: 1.2;
}
.ins_aboutCon3 .center_box .item_box .item .subtitle {
  margin-top: 15px;
  font-size: var(--font16);
  line-height: 1.75;
  color: #666666;
}
@media (max-width:990px) {
  .ins_aboutCon3 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .ins_aboutCon3 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 10px;
    border: 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .ins_aboutCon3 .center_box .item_box .item {
    padding-left: 60px;
    text-align: left;
    padding-bottom: 20px;
  }
  .ins_aboutCon3 .center_box .item_box .item .icon {
    position: absolute;
    left: 0;
    width: 35px;
  }
  .ins_aboutCon3 .center_box .item_box .item .title {
    margin-top: 0;
  }
  .ins_aboutCon3 .center_box .item_box .item .title,
  .ins_aboutCon3 .center_box .item_box .item .subtitle {
    width: 100%;
    height: auto;
  }
  .ins_aboutCon3 .center_box .item_box .item::after {
    width: 100%;
    height: 1px;
    bottom: 0;
  }
}
.ins_aboutCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_140);
  padding-bottom: var(--num_140);
}
.ins_aboutCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon4 .center_box .images_bg {
  width: 100%;
  height: auto;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_aboutCon4 .center_box .images_bg .img {
  width: 100%;
  height: auto;
}
.ins_aboutCon4 .center_box .images_bg .img img {
  width: 100%;
  height: auto;
  min-height: 300px;
  object-fit: cover;
}
.ins_aboutCon4 .center_box .images_bg .icon_img {
  width: fit-content;
  height: auto;
  position: absolute;
  padding-left: 80px;
  max-width: 60%;
}
.ins_aboutCon4 .center_box .images_bg .icon_img .title {
  font-size: var(--font36);
  color: #e6e8ed;
  margin-top: 10px;
  padding-right: 80px;
}
.ins_aboutCon4 .center_box .images_bg .icon_img .icon_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.ins_aboutCon4 .center_box .images_bg .icon_img .icon {
  opacity: 0.6;
}
.ins_aboutCon4 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 60px;
  border-bottom: 1px solid #eeeeee;
}
.ins_aboutCon4 .center_box .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: var(--num_60);
  min-height: 140px;
  padding: 20px 0;
  border-top: 1px solid #eeeeee;
}
.ins_aboutCon4 .center_box .item_box .item .icon {
  flex-shrink: 0;
  width: var(--num_wh50);
}
.ins_aboutCon4 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_aboutCon4 .center_box .item_box .item .word .title {
  flex-shrink: 0;
  font-size: var(--font24);
  line-height: 1.2;
  min-width: 210px;
}
.ins_aboutCon4 .center_box .item_box .item .word .subtitle {
  width: 100%;
  height: auto;
}
.ins_aboutCon4 .center_box .item_box .item .word .subtitle * {
  font-size: var(--font20);
  color: #666666;
  line-height: 1.5;
}
@media (max-width:990px) {
  .ins_aboutCon4 .icon_img {
    max-width: 100% !important;
    padding-left: 20px !important;
  }
  .ins_aboutCon4 .icon_img .title {
    padding-right: 50px !important;
  }
  .ins_aboutCon4 .icon_img .icon img {
    width: 14px !important;
  }
  .ins_aboutCon4 .center_box .item_box .item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    min-height: unset !important;
  }
  .ins_aboutCon4 .center_box .item_box .item .word {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_aboutCon4 .center_box .item_box .item .word .title {
    min-width: unset !important;
  }
  .ins_aboutCon4 .center_box .item_box .item .word .subtitle {
    width: 100%;
    margin-top: 15px;
  }
  .ins_aboutCon4 .center_box .item_box .item .word .title {
    width: 100%;
  }
}
.ins_aboutCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_100);
  padding-bottom: var(--num_200);
  background: url(../images/bg13.jpg) no-repeat bottom / cover;
}
.ins_aboutCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon5 .center_box .ins_title .ins_tit_b {
  color: #FFF;
  line-height: 1;
}
.ins_aboutCon5 .center_box .pager_box {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: none;
}
.ins_aboutCon5 .center_box .pager_box.active{
    display: flex !important;
}
.ins_aboutCon5 .center_box .pager_box .swiper_btn {
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.ins_aboutCon5 .center_box .pager_box .swiper_btn i {
  color: #FFF;
}
.ins_aboutCon5 .center_box .content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
.ins_aboutCon5 .center_box .content::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50vw);
  width: 100vw;
  height: 1px;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.2;
}
.ins_aboutCon5 .center_box .swiper_box {
  width: 100%;
  height: auto;
  padding-top: 10px;
  overflow: hidden;
  padding-left: 10px;
}
.ins_aboutCon5 .center_box .swiper_box ul li {
  height: auto;
}
.ins_aboutCon5 .center_box .swiper_box .centerInfo {
  width: 100%;
  height: 100%;
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.ins_aboutCon5 .center_box .swiper_box .centerInfo::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
}
.ins_aboutCon5 .center_box .swiper_box .centerInfo::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  opacity: 0.2;
}
.ins_aboutCon5 .center_box .swiper_box .centerInfo .year {
  font-size: var(--font36);
  color: #FFF;
  font-family: "EuclidSquare-Medium";
}
.ins_aboutCon5 .center_box .swiper_box .centerInfo .item_box {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.ins_aboutCon5 .center_box .swiper_box .centerInfo .item_box .item {
  line-height: 1.5;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
.ins_aboutCon5 .center_box .swiper_box .centerInfo .item_box .item i {
  width: auto;
  height: auto;
  font-size: 12px;
  transform: scale(0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: block;
  margin-top: 0.5em;
}
.ins_aboutCon5 .center_box .swiper_box .centerInfo .item_box * {
  color: #FFF;
  font-size: var(--font20);
}
.ins_aboutCon6 {
  --padding_bottom: 136.72%;
}
.ins_aboutCon6 .center_box .swiper_box ul li .centerInfo_1 .swiper_son .centerInfo_2 .images::after {
  display: none;
}
.ins_aboutCon6 .center_box .swiper_box ul li .centerInfo_1 .swiper_son .centerInfo_2 .word {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 30px;
}
.ins_aboutCon6 .center_box .swiper_box ul li .centerInfo_1 .swiper_son .centerInfo_2 .word .title {
  font-size: var(--font18);
}
.ins_aboutCon6 .center_box .swiper_box ul li .centerInfo_1 .swiper_son .centerInfo_2 .word .subtitle {
  font-size: var(--font14);
  font-weight: 300;
}
.ins_aboutCon6 .pager_box .swiper_btn i {
  color: #adadad;
}
.ins_aboutCon6 .pager_box .swiper_btn:hover i {
  color: #FFF !important;
}
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ----------------------------------------------------------   新闻详情 */
.ins_aboutcxCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutcxCon1 .triangle_box {
  z-index: 2;
}
.ins_aboutcxCon1 .triangle_box .img {
  width: 25.4865%;
}
.ins_aboutcxCon1 .triangle_box .img img {
  opacity: 0.2;
}
.ins_aboutcxCon1 .images_bg {
  width: 100%;
  height: 100%;
  position: absolute;
}
.ins_aboutcxCon1 .images_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_aboutcxCon1 .center_box {
  width: 100%;
  height: auto;
  padding-top: var(--num_170);
  padding-bottom: var(--num_170);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.ins_aboutcxCon1 .center_box .item {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_aboutcxCon1 .center_box .item * {
  color: #FFF;
}
.ins_aboutcxCon1 .center_box .item .icon_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.ins_aboutcxCon1 .center_box .item .icon_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.2;
}
.ins_aboutcxCon1 .center_box .item .icon_box .icon {
  width: var(--num_wh48);
}
.ins_aboutcxCon1 .center_box .item .icon_box .title {
  font-size: var(--font24);
  font-weight: 500;
  margin-top: 10px;
}
.ins_aboutcxCon1 .center_box .item .con_box {
  width: 100%;
  height: auto;
  padding-top: var(--num_30);
  padding-right: var(--num_40);
}
.ins_aboutcxCon1 .center_box .item .con_box .title {
  font-size: var(--font18);
  font-weight: 500;
}
.ins_aboutcxCon1 .center_box .item .con_box .deails {
  margin-top: 10px;
  margin-top: 15px;
}
.ins_aboutcxCon1 .center_box .item .con_box .deails * {
  font-size: var(--font14);
  line-height: 1.7142;
  opacity: 0.8;
}
@media (max-width:990px) {
  .ins_aboutcxCon1 .center_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_aboutcxCon1 .center_box .item {
    padding-bottom: 20px;
  }
  .ins_aboutcxCon1 .center_box .item .icon_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .ins_aboutcxCon1 .center_box .item .icon_box .icon {
    width: 32px;
  }
  .ins_aboutcxCon1 .center_box .item .icon_box .title {
    margin-top: 0;
  }
  .ins_aboutcxCon1 .center_box .item .icon_box::after {
    top: 0;
  }
}
.ins_aboutcxCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_140);
  padding-bottom: var(--num_140);
}
.ins_aboutcxCon2 .triangle_box .img {
  width: 27.326%;
  transform: rotate(180deg) translateY(-8%) !important;
}
.ins_aboutcxCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutcxCon2 .center_box .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: var(--num_60);
}
.ins_aboutcxCon2 .center_box .swiper_box .centerInfo {
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutcxCon2 .center_box .swiper_box .centerInfo .pb {
  padding-bottom: 44.45%;
}
.ins_aboutcxCon2 .center_box .swiper_box .centerInfo .pb img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutcxCon2 .center_box .swiper_box .centerInfo:hover {
  border: 1px solid var(--active_color);
}
.ins_aboutcxCon2 .center_box .pagerShow {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width:990px) {
  .ins_aboutcxCon2 .center_box .swiper_box {
    padding-bottom: 2px;
  }
}
@keyframes center_circle {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ins_aboutcxCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-bottom: var(--num_100);
  background: url(../images/bg15.jpg) no-repeat top / cover;
}
.ins_aboutcxCon3 .center_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutcxCon3 .center_box .ins_title {
  width: 100%;
  height: auto;
  position: absolute;
  padding-top: var(--num_140);
}
.ins_aboutcxCon3 .center_box .content_box {
  width: 100%;
  height: auto;
  padding-top: 330px;
  padding-bottom: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutcxCon3 .center_box .content_box .content {
  width: 39.412%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutcxCon3 .center_box .content_box .content .list_one {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.ins_aboutcxCon3 .center_box .content_box .content .list_one .list {
  width: 2px;
  height: 2px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutcxCon3 .center_box .content_box .content .list_one .list .box_1 {
  width: max-content;
  --width_num: clamp(3.75rem, calc(-3.75rem + 10vw), 7.5rem);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutcxCon3 .center_box .content_box .content .list_one .list .box_1 .ul_box {
  width: max-content;
  height: auto;
  position: absolute;
}
.ins_aboutcxCon3 .center_box .content_box .content .list_one .list .box_1 .ul_box .li_box {
  font-size: var(--font16);
  color: #666666;
  line-height: 1.5;
}
.ins_aboutcxCon3 .center_box .content_box .content .list_one .list .box_1 .ul_box .li_box:first-child {
  font-size: var(--font20);
  color: var(--text_color);
  padding-bottom: 10px;
  font-weight: 700;
}
.ins_aboutcxCon3 .center_box .content_box .content .list_one .list .box_1 .icon {
  width: var(--width_num);
  height: var(--width_num);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #FFF;
  border-radius: 50%;
  border: 3px solid #eb1922;
}
.ins_aboutcxCon3 .center_box .content_box .content .list_one .list .box_1 .icon img {
  width: clamp(1.875rem, calc(-1.25rem + 4.17vw), 3.438rem);
}
.ins_aboutcxCon3 .center_box .content_box .content .list_one .list .box_1 .line {
  position: absolute;
  width: 1px;
  height: clamp(1.875rem, calc(-0.375rem + 3vw), 3rem);
  background: #eb1922;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutcxCon3 .center_box .content_box .content .list_one .list .box_1 .line i {
  width: 10px;
  height: 10px;
  background: #eb1922;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 100%;
  border-radius: 50%;
}
.ins_aboutcxCon3 .center_box .content_box .content .list_one .list.top_1 .box_1 .line {
  top: 100%;
}
.ins_aboutcxCon3 .center_box .content_box .content .list_one .list.top_1 .box_1 .ul_box {
  bottom: calc(100% + 20px);
  text-align: center;
}
.ins_aboutcxCon3 .center_box .content_box .content .list_one .list.right_1 .box_1 .line {
  top: 70%;
  right: calc(100% - 5px);
  transform: rotate(60deg);
  transform-origin: top;
}
.ins_aboutcxCon3 .center_box .content_box .content .list_one .list.right_1 .box_1 .ul_box {
  left: calc(100% + 20px);
  text-align: left;
}
.ins_aboutcxCon3 .center_box .content_box .content .list_one .list.right_2 .box_1 .line {
  top: 30%;
  right: calc(100% - 5px);
  transform: rotate(100deg);
  transform-origin: top;
}
.ins_aboutcxCon3 .center_box .content_box .content .list_one .list.down_1 .box_1 .line {
  bottom: 100%;
  transform: rotate(180deg);
}
.ins_aboutcxCon3 .center_box .content_box .content .list_one .list.down_1 .box_1 .ul_box {
  top: calc(100% + 20px);
  text-align: center;
}
.ins_aboutcxCon3 .center_box .content_box .content .list_one .list.left_1 .box_1 .line {
  top: 70%;
  left: calc(100% - 6px);
  transform: rotate(-60deg);
  transform-origin: top;
}
.ins_aboutcxCon3 .center_box .content_box .content .list_one .list.left_1 .box_1 .ul_box {
  right: calc(100% + 20px);
  text-align: right;
}
.ins_aboutcxCon3 .center_box .content_box .content .list_one .list.left_2 .box_1 .line {
  top: 30%;
  left: calc(100% - 5px);
  transform: rotate(-110deg);
  transform-origin: top;
}
.ins_aboutcxCon3 .center_box .content_box .content .word_box {
  position: absolute;
  z-index: 2;
  width: 45%;
  border-radius: 50%;
  overflow: hidden;
}
.ins_aboutcxCon3 .center_box .content_box .content .word_box .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.ins_aboutcxCon3 .center_box .content_box .content .word_box .ab * {
  font-size: var(--font36);
  color: #eb1922;
}
.ins_aboutcxCon3 .center_box .content_box .content .s_box {
  width: 50%;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  transform-origin: bottom left;
  animation: center_circle 50s linear infinite;
}
.ins_aboutcxCon3 .center_box .content_box .content .s_box .pb {
  overflow: unset;
}
.ins_aboutcxCon3 .center_box .content_box .content .s_box .pb .ab {
  overflow: unset;
}
.ins_aboutcxCon3 .center_box .content_box .content .s_box .pb .ab i {
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutcxCon3 .center_box .content_box .content .s_box .pb .ab i::after {
  content: '';
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  background: #eb1922;
  border-radius: 50%;
  position: absolute;
  opacity: 0.3;
}
.ins_aboutcxCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.ins_aboutcxCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-left: var(--num_40);
}
.ins_aboutcxCon3 .center_box .item_box .item .left {
  width: auto;
  height: auto;
  padding-top: var(--num_45);
  padding-bottom: var(--num_55);
}
.ins_aboutcxCon3 .center_box .item_box .item .left .title {
  font-size: var(--font20);
  font-weight: 700;
}
.ins_aboutcxCon3 .center_box .item_box .item .left .deails {
  margin-top: 20px;
}
.ins_aboutcxCon3 .center_box .item_box .item .left .deails * {
  font-size: var(--font16);
  line-height: 1.5;
  color: #666666;
}
.ins_aboutcxCon3 .center_box .item_box .item .right {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
  padding-right: var(--num_60);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.ins_aboutcxCon3 .center_box .item_box .item .right .icon {
  width: clamp(3.75rem, calc(-3.75rem + 10vw), 7.5rem);
}
.ins_aboutcxCon3 .center_box .item_box .item .bg_img {
  position: absolute;
  right: 0;
}
.ins_aboutcxCon3 .center_box .item_box .item .bg_img img {
  opacity: 0.2;
}
.ins_aboutcxCon3 .center_box .item_box .item + .item {
  position: relative;
  z-index: 1;
}
.ins_aboutcxCon3 .center_box .item_box .item + .item::after {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: calc(100% - var(--num_100));
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:990px) {
  .ins_aboutcxCon3 .center_box .ins_title {
    position: relative;
  }
  .ins_aboutcxCon3 .center_box .content_box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ins_aboutcxCon3 .center_box .content_box .content {
    width: 100%;
    height: auto;
  }
  .ins_aboutcxCon3 .center_box .content_box .content .images,
  .ins_aboutcxCon3 .center_box .content_box .content .word_box,
  .ins_aboutcxCon3 .center_box .content_box .content .s_box {
    display: none;
  }
  .ins_aboutcxCon3 .center_box .content_box .content .list_one {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .ins_aboutcxCon3 .center_box .content_box .content .list_one .list {
    position: relative;
    width: 100%;
    height: auto;
    top: unset !important;
    right: unset !important;
    left: unset !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow: hidden;
  }
  .ins_aboutcxCon3 .center_box .content_box .content .list_one .list .box_1 {
    width: 100%;
    height: auto;
    flex-direction: column-reverse;
  }
  .ins_aboutcxCon3 .center_box .content_box .content .list_one .list .box_1 .ul_box {
    position: relative;
    width: 100% !important;
    z-index: 1;
    right: unset !important;
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
    text-align: center !important;
  }
  .ins_aboutcxCon3 .center_box .content_box .content .list_one .list .box_1 .ul_box * {
    word-wrap: break-word;
  }
  .ins_aboutcxCon3 .center_box .content_box .content .list_one .list .box_1 .line {
    display: none;
  }
  .ins_aboutcxCon3 .center_box .content_box .content .list_one .list .box_1 .icon {
    margin-bottom: 10px;
  }
  .ins_aboutcxCon3 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_aboutcxCon3 .center_box .item_box .bg_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height: 100%;
  }
  .ins_aboutcxCon3 .center_box .item_box .bg_img img {
    height: 100%;
    object-fit: cover;
  }
}
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ----------------------------------------------------------   新闻详情 */
.ins_aboutaddsCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_140);
  padding-bottom: var(--num_200);
}
.ins_aboutaddsCon1 .center_box {
  width: auto;
  height: auto;
}
.ins_aboutaddsCon1 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 30px;
  background: #f8f8f8;
  padding: var(--num_40) var(--num_20);
  position: relative;
  z-index: 2;
}
.ins_aboutaddsCon1 .center_box .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_aboutaddsCon1 .center_box .item_box .item .word {
  font-size: var(--font16);
  font-weight: 400;
}
.ins_aboutaddsCon1 .center_box .item_box .item .input {
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.ins_aboutaddsCon1 .center_box .item_box .item .input button {
  flex-shrink: 0;
  position: absolute;
  width: 50px;
  height: 100%;
  right: 0;
  background: none;
  border: 0;
  cursor: pointer;
  z-index: 4;
}
.ins_aboutaddsCon1 .center_box .item_box .item .input input {
  width: 100%;
  height: 44px;
  border: 2px solid #e5e5e5;
  font-size: var(--font14);
  font-weight: 500;
  padding-left: 20px;
  padding-right: 50px;
}
.ins_aboutaddsCon1 .center_box .item_box .item .input .layui-form-select dl {
  top: 100% !important;
  padding: 0;
  bottom: unset !important;
  padding: 0 20px !important;
}
.ins_aboutaddsCon1 .center_box .item_box .item .layui-form-select {
    width: 100%;
}
.ins_aboutaddsCon1 .center_box .item_box .item .input .layui-edge {
  width: 10px;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  transform: translateY(-15%) rotate(90deg);
  border: 0;
  padding: 0;
  margin: 0;
  --color_bg: #000;
}
.ins_aboutaddsCon1 .center_box .item_box .item .input .layui-edge::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: var(--color_bg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg) translateY(50%);
}
.ins_aboutaddsCon1 .center_box .item_box .item .input .layui-edge::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: var(--color_bg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-45deg) translateY(-50%);
}
.ins_aboutaddsCon1 .center_box .item_box .item .input .layui-form-select dl dd {
  height: clamp(2.5rem, calc(0.038rem + 3.08vw), 3.5rem);
  border-bottom: 1px solid #e5e5e5;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font16);
}
.ins_aboutaddsCon1 .center_box .item_box .item .input .layui-form-selected .layui-edge {
  transform: translateY(-5px) rotate(-90deg);
  --color_bg: var(--active_color);
  opacity: 1;
}
.ins_aboutaddsCon1 .center_box .item_box .item .input .layui-input:focus,
.ins_aboutaddsCon1 .center_box .item_box .item .input .layui-textarea:focus {
  background: #eeeeee;
  font-weight: 700;
  color: #000000;
}
.ins_aboutaddsCon1 .center_box .item_box .item .input .layui-form-select dl dd.layui-this,
.ins_aboutaddsCon1 .center_box .item_box .item .input .layui-form-select dl dd:hover {
  background: none;
}
.ins_aboutaddsCon1 .center_box .item_box .item .input .layui-form-select dl dd:hover {
  color: var(--active_color);
}
.ins_aboutaddsCon1 .center_box .one_box {
  width: 100%;
  height: auto;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.ins_aboutaddsCon1 .center_box .one_box .one {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.ins_aboutaddsCon1 .center_box .one_box .one::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 0%;
  background: #f5f5f5;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_aboutaddsCon1 .center_box .one_box .one .top {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 50px;
  min-height: var(--num_wh80);
  padding: 0 var(--num_40);
  position: relative;
  z-index: 1;
}
.ins_aboutaddsCon1 .center_box .one_box .one .top .name {
  width: 100%;
  height: 100%;
  font-size: var(--font16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_aboutaddsCon1 .center_box .one_box .one .top .name i {
  width: 10px;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  transform: translateY(-15%) rotate(90deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutaddsCon1 .center_box .one_box .one .top .name i::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg) translateY(50%);
}
.ins_aboutaddsCon1 .center_box .one_box .one .top .name i::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-45deg) translateY(-50%);
}
.ins_aboutaddsCon1 .center_box .one_box .one .top .name:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutaddsCon1 .center_box .one_box .one .top .icon_click {
  cursor: pointer;
}
.ins_aboutaddsCon1 .center_box .one_box .one .bot {
  width: 100%;
  height: auto;
  padding: 0 var(--num_40);
  display: none;
  position: relative;
  z-index: 1;
}
.ins_aboutaddsCon1 .center_box .one_box .one .bot .cont {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: var(--num_60) 0px;
}
.ins_aboutaddsCon1 .center_box .one_box .one .bot .cont::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutaddsCon1 .center_box .one_box .one .bot .cont .tow_box {
  width: 100%;
  height: auto;
}
.ins_aboutaddsCon1 .center_box .one_box .one .bot .cont .tow_box .tow {
  width: 100%;
  height: auto;
}
.ins_aboutaddsCon1 .center_box .one_box .one .bot .cont .tow_box .tow .title {
  font-size: var(--font20);
  font-weight: 700;
}
.ins_aboutaddsCon1 .center_box .one_box .one .bot .cont .tow_box .tow .ul_one {
  width: 100%;
  height: auto;
  margin-top: 25px;
  font-size: var(--font16);
}
.ins_aboutaddsCon1 .center_box .one_box .one .bot .cont .tow_box .tow .ul_one .li_one {
  font-size: var(--font16);
  color: #666666;
  line-height: 1.5;
}
.ins_aboutaddsCon1 .center_box .one_box .one .bot .cont .tow_box .tow + .tow {
  margin-top: var(--num_55);
}
.ins_aboutaddsCon1 .center_box .one_box .one .bot .cont .deails {
  margin-top: 35px;
  font-size: var(--font16);
  color: #666666;
}
.ins_aboutaddsCon1 .center_box .one_box .one .bot .cont .bnt_box {
  width: 100%;
  height: auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
.ins_aboutaddsCon1 .center_box .one_box .one .bot .cont .bnt_box .list {
  width: clamp(6.25rem, calc(-10rem + 21.67vw), 14.375rem);
  height: var(--num_wh48);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: var(--active_color);
  color: #FFF;
  font-size: var(--font16);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutaddsCon1 .center_box .one_box .one .bot .cont .bnt_box .list:nth-child(2) {
  background: #282828;
}
.ins_aboutaddsCon1 .center_box .one_box .one .bot .cont .bnt_box .list:nth-child(2):hover {
  background: #FFF;
  border: 1px solid var(--text_color);
  color: var(--text_color);
}
.ins_aboutaddsCon1 .center_box .one_box .one .bot .cont .bnt_box .list:hover {
  background: #FFF;
  border: 1px solid var(--active_color);
  color: var(--active_color);
}
.ins_aboutaddsCon1 .center_box .one_box .one:first-child .top {
  min-height: var(--num_wh60);
  background: var(--active_color);
}
.ins_aboutaddsCon1 .center_box .one_box .one:first-child .top .name {
  color: #FFF;
  font-weight: 700;
}
.ins_aboutaddsCon1 .center_box .one_box .one.active::after {
  height: 100%;
}
.ins_aboutaddsCon1 .center_box .one_box .one.active .top .name i {
  transform: rotate(-90deg);
  --color_bg: var(--active_color);
}
@media (max-width:990px) {
  .ins_aboutaddsCon1 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_aboutaddsCon1 .center_box .item_box .item .input input {
    height: 40px;
  }
  .ins_aboutaddsCon1 .center_box .item_box .item .input .layui-form-select dl {
    position: relative;
    z-index: 5;
  }
  .ins_aboutaddsCon1 .center_box .one_box {
    overflow: auto;
  }
  .ins_aboutaddsCon1 .center_box .one_box .one {
    min-width: 600px;
  }
  .ins_aboutaddsCon1 .center_box .one_box .one .top .name i {
    --num_wh: 14px;
  }
}
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ----------------------------------------------------------   联系我们 */
.ins_aboutcaCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: var(--num_140);
}
.ins_aboutcaCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutcaCon1 .center_box .ins_title .ins_tit_b {
  padding-bottom: var(--num_30);
  border-bottom: 2px solid #e5e5e5;
}
.ins_aboutcaCon1 .center_box .hh_info {
  width: 100%;
  height: auto;
  margin-top: var(--num_60);
  --left_width: 28.47%;
  --right_width: 66.667%;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_aboutcaCon1 .center_box .hh_info .hh_left .tit_box {
  width: 100%;
  height: auto;
}
.ins_aboutcaCon1 .center_box .hh_info .hh_left .tit_box .t_En {
  font-size: var(--font24);
}
.ins_aboutcaCon1 .center_box .hh_info .hh_left .tit_box .t_Cn {
  font-size: var(--font22);
  line-height: 1;
}
.ins_aboutcaCon1 .center_box .hh_info .hh_left .list_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_50);
}
.ins_aboutcaCon1 .center_box .hh_info .hh_left .list_box .list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
.ins_aboutcaCon1 .center_box .hh_info .hh_left .list_box .list .icon {
  flex-shrink: 0;
}
.ins_aboutcaCon1 .center_box .hh_info .hh_left .list_box .list .word {
  font-size: var(--font16);
  line-height: 1.5;
}
.ins_aboutcaCon1 .center_box .hh_info .hh_left .list_box .list + .list {
  margin-top: var(--num_30);
}
.ins_aboutcaCon1 .center_box .hh_info .hh_left .erweima {
  width: 100%;
  height: auto;
  margin-top: var(--num_60);
}
.ins_aboutcaCon1 .center_box .hh_info .hh_left .erweima .img {
  width: 100%;
  height: auto;
  max-width: clamp(6.25rem, calc(1.25rem + 6.67vw), 8.75rem);
}
.ins_aboutcaCon1 .center_box .hh_info .hh_left .erweima .img img {
  width: 100%;
  height: auto;
}
.ins_aboutcaCon1 .center_box .hh_info .hh_left .erweima .word {
  font-size: var(--font16);
  line-height: 1;
  margin-top: 10px;
}
.ins_aboutcaCon1 .center_box .hh_info .hh_right .img {
  width: 100%;
  height: auto;
}
.ins_aboutcaCon1 .center_box .hh_info .hh_right .img img {
  width: 100%;
  height: auto;
}
@media (max-width:990px) {
  .ins_aboutcaCon1 .center_box .hh_info .list_box .list + .list {
    margin-top: 10px !important;
  }
}
.ins_aboutcaCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: var(--num_140);
}
.ins_aboutcaCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutcaCon2 .center_box .list_info {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 40px;
}
.ins_aboutcaCon2 .center_box .list_info .list {
  font-size: var(--font18);
  opacity: 0.6;
  padding-bottom: var(--num_30);
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.ins_aboutcaCon2 .center_box .list_info .list::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 3px;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutcaCon2 .center_box .list_info .list.active {
  opacity: 1;
  font-weight: 700;
  color: var(--active_color);
}
.ins_aboutcaCon2 .center_box .list_info .list.active::after {
  width: 100%;
  left: 0;
}
.ins_aboutcaCon2 .center_box .content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutcaCon2 .center_box .content::after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50vw);
  width: 100vw;
  height: 100%;
  background: #f5f5f5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutcaCon2 .center_box .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ins_aboutcaCon2 .center_box .swiper_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  padding: 30px 0;
}
.ins_aboutcaCon2 .center_box .swiper_box .item_box .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #FFF;
  padding: 40px 30px;
  padding-bottom: var(--num_45);
}
.ins_aboutcaCon2 .center_box .swiper_box .item_box .item .title {
  font-size: var(--font24);
  font-weight: 700;
  line-height: 1;
  padding-bottom: var(--num_25);
  border-bottom: 1px solid #e5e5e5;
}
.ins_aboutcaCon2 .center_box .swiper_box .item_box .item .list_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_25);
}
.ins_aboutcaCon2 .center_box .swiper_box .item_box .item .list_box .list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
.ins_aboutcaCon2 .center_box .swiper_box .item_box .item .list_box .list .icon {
  flex-shrink: 0;
}
.ins_aboutcaCon2 .center_box .swiper_box .item_box .item .list_box .list .word {
  font-size: var(--font16);
  line-height: 1.5;
}
.ins_aboutcaCon2 .center_box .swiper_box .item_box .item .list_box .list + .list {
  margin-top: 15px;
}
@media (max-width:990px) {
  .ins_aboutcaCon2 .center_box .swiper_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_aboutcaCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: var(--num_140);
}
.ins_aboutcaCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutcaCon3 .center_box .images_bg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.ins_aboutcaCon3 .center_box .images_bg .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutcaCon3 .center_box .images_bg .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 500px;
}
.ins_aboutcaCon3 .center_box .images_bg .word_box {
  width: 100%;
  max-width: 48%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: var(--num_60);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutcaCon3 .center_box .images_bg .word_box * {
  color: #FFF;
}
.ins_aboutcaCon3 .center_box .images_bg .word_box .title {
  font-size: var(--font24);
  font-weight: 700;
}
.ins_aboutcaCon3 .center_box .images_bg .word_box .subtitle {
  font-size: var(--font16);
  line-height: 1.5;
  margin-top: 20px;
}
.ins_aboutcaCon3 .center_box .images_bg .word_box .list_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_60);
}
.ins_aboutcaCon3 .center_box .images_bg .word_box .list_box .list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--num_20);
}
.ins_aboutcaCon3 .center_box .images_bg .word_box .list_box .list .icon {
  flex-shrink: 0;
}
.ins_aboutcaCon3 .center_box .images_bg .word_box .list_box .list .word {
  font-size: var(--font16);
  line-height: 1.5;
}
.ins_aboutcaCon3 .center_box .images_bg .word_box .list_box .list + .list {
  margin-top: 15px;
}
@media (max-width:990px) {
  .ins_aboutcaCon3 .center_box .images_bg .word_box {
    max-width: 100%;
  }
  .ins_aboutcaCon3 .center_box .images_bg .word_box .list_box {
    margin-top: 20px;
  }
  .ins_aboutcaCon3 .center_box .images_bg .word_box .list + .list {
    margin-top: 5px !important;
  }
}
.ins_aboutcaCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: var(--num_130);
  padding-bottom: var(--num_140);
}
.ins_aboutcaCon4 .center_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_40);
  --left_width: 29.236%;
  --right_width: 66.666%;
}
.ins_aboutcaCon4 .center_box .ins_title {
  padding-bottom: var(--num_25);
  border-bottom: 1px solid #e5e5e5;
}
.ins_aboutcaCon4 .center_box .input_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_50);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 21px 8px;
}
.ins_aboutcaCon4 .center_box .input_box .item {
  width: 100%;
  height: auto;
}
.ins_aboutcaCon4 .center_box .input_box .item .word {
  font-size: var(--font16);
}
.ins_aboutcaCon4 .center_box .input_box .item .word span {
  color: var(--active_color);
}
.ins_aboutcaCon4 .center_box .input_box .item .input {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.ins_aboutcaCon4 .center_box .input_box .item .input input {
  width: 100%;
  height: var(--num_wh48);
  background: #f5f5f5;
  border: 0;
  padding: 0 20px;
  font-size: var(--font16);
}
.ins_aboutcaCon4 .center_box .input_box .item .input textarea {
  width: 100%;
  height: var(--num_wh120);
  background: #f5f5f5;
  border: 0;
  padding: 20px;
  font-size: var(--font14);
}
.ins_aboutcaCon4 .center_box .input_box .item.grid_w {
  grid-column: span 2;
}
.ins_aboutcaCon4 .center_box .input_box .item .word_che {
  font-size: var(--font14);
  color: #888888;
  font-weight: 200;
}
.ins_aboutcaCon4 .center_box .input_box .item .word_che * {
  font-size: var(--font14);
  color: #888888;
  font-weight: 200;
}
.ins_aboutcaCon4 .center_box .input_box .item .box_in {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
.ins_aboutcaCon4 .center_box .input_box .item .box_in .erwei {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_aboutcaCon4 .center_box .input_box .item .box_in .erwei .images {
  width: max-content;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-shrink: 0;
}
.ins_aboutcaCon4 .center_box .input_box .item .box_in .erwei .images img {
  height: var(--num_wh48);
}
.ins_aboutcaCon4 .center_box .input_box .item .box_in .input {
  margin-top: 0;
}
.ins_aboutcaCon4 .center_box .input_box .item .box_in button {
  flex-shrink: 0;
  width: clamp(6.25rem, calc(-13.75rem + 25vw), 14.375rem);
  height: var(--num_wh48);
  background: var(--active_color);
  color: #FFF;
  font-size: var(--font16);
  font-weight: 500;
  border: 0;
  cursor: pointer;
}
.ins_aboutcaCon4 .center_box .input_box .item .box_in button.black {
  background: #282828;
}
.ins_aboutcaCon4 .center_box .input_box .item .layui-icon-ok::before {
  color: #FFF;
}
@media (max-width:990px) {
  .ins_aboutcaCon4 .center_box .input_box .box_in {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_aboutcaCon4 .center_box .input_box .box_in .input {
    padding-bottom: 20px;
  }
  .ins_aboutcaCon4 .center_box .input_box .box_in button {
    width: 100px !important;
    height: 38px;
  }
  .ins_aboutcaCon4 .center_box .input_box .box_in button:last-child {
    position: absolute;
    bottom: 0;
    left: 120px;
  }
}
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ----------------------------------------------------------   新闻详情 */
/*cookie弹出框*/
.cookie {
  position: fixed;
  width: 100%;
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  bottom: 0;
  background-color: #ededed;
}
.cookie_a {
  width: 100%;
  height: 250px;
  padding-top: 78px;
}
.cookie_a .commen {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.cookie_aa {
  width: 70%;
}
.cookie_aa h6 {
  font-size: 22px;
  color: #000000;
}
.cookie_aa p {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.cookie_aa p a {
  color: #000000;
  text-decoration: underline;
  font-size: 14px;
}
.cookie_ab {
  flex-shrink: 0;
}
.cookie_ab h6 {
  width: 180px;
  height: 43px;
  line-height: 43px;
  background-color: #e58000;
  border-radius: 21.5px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-family: ml;
  cursor: pointer;
}
.cookie_ab p {
  width: 180px;
  height: 43px;
  line-height: 43px;
  border: 1px solid #d5d5d5;
  border-radius: 21.5px;
  text-align: center;
  font-size: 14px;
  color: #000000;
  font-family: ml;
  cursor: pointer;
  margin-top: 16px;
}
.cookie.active {
  display: none;
}
/* 客服挂件 */
.kefu_box {
  width: auto;
  height: auto;
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 19;
}
.kefu_box .item {
  width: 54px;
  height: 54px;
  background: #ededed;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.kefu_box .item:first-child {
  border-radius: 8px 0 0 0;
}
.kefu_box .item:last-child {
  border-radius: 0 0 0 8px;
}
.kefu_box .item .images {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.kefu_box .item .images .img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kefu_box .item .images .img img {
  max-width: 40%;
  max-height: 40%;
}
.kefu_box .item .images .icon_hot {
  width: 50%;
  height: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kefu_box .item .images .icon_hot i {
  background: #ffbb48;
}
.kefu_box .item .info {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transform: translateX(25%);
  background: #eb1922;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 8px 0 0 8px;
}
.kefu_box .item .info a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 54px 10px 15px;
  font-size: 14px;
  color: #fff;
}
.kefu_box .item.last {
  background: #eb1922;
}
.kefu_box .item.last .images .img img {
  filter: brightness(0) invert(1);
}
.kefu_box .item:hover .images .img {
  filter: brightness(0) invert(1);
}
.kefu_box .item:hover .images .icon_hot {
  opacity: 0.6;
}
.kefu_box .item:hover .info {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
@media (max-width:1024px) {
  .kefu_box .item {
    width: 48px;
    height: 48px;
  }
  .kefu_box .item .info a {
    padding: 8px 48px 8px 10px;
  }
}
.kefu_box .contrast {
  width: 54px;
  height: auto;
  margin-top: 54px;
}
.kefu_box .contrast .number {
  width: 100%;
  height: auto;
}
@media (max-width:1024px) {
  .kefu_box {
    display: none;
  }
}

header .m_header_box .header_title .column .search {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
header .m_header_box .header_title .column .search i {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #FFFFFF;
}
header.active .m_header_box .header_title .column .search i {
    color: var(--active_color);
}
header .m_header_box .header_title .column .search span {
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 16px;
}
header .m_header_box .header_title .column .search i.active {
  opacity: 0;
  z-index: 1;
}
header .m_header_box .header_title .column .search span.active {
  opacity: 1;
  z-index: 2;
}
header .m_header_box .header_title .column .search_info {
  position: absolute;
  width: 100vw;
  background: #FFFFFF;
  right: 0;
  top: 100%;
  padding: 40px 20px;
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
}
header .m_header_box .header_title .column .search_info .input {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 20px;
}
header .m_header_box .header_title .column .search_info .input input {
  width: 100%;
  height: 40px;
  border: 0;
  background: #EEEEEE;
  border-radius: 8px;
  padding-left: 10px;
}
header .m_header_box .header_title .column .search_info .input button {
  width: 100px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: var(--active_color);
  border-radius: 8px;
  color: #FFFFFF;
}
header .m_header_box .header_title .column .search_info.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.idx_banner .swiper_box ul li .centerInfo .idx_more { 
    margin-top: 20px; 
  opacity: 0;
  transform: translateX(30px);
}
.idx_banner .swiper_box ul li.active .centerInfo .idx_more, .idx_banner .swiper_box ul li.swiper-slide-active .centerInfo .idx_more{
  opacity: 1;
  transform: translateX(0px);
  -o-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

header .header_box .header_main .nav ul li .subNav > a.active { color: #eb1922 ; }

.idx_banner .swiper_box ul li .centerInfo .idx_more { transform:translateX(0) !important; }

.idx_banner .swiper_box ul li .centerInfo .idx_more a { 
    display: flex;
    justify-content: space-between;
    align-items: center; 
    background: var(--active_color); border: 0 !important;
}
.idx_banner .swiper_box ul li .centerInfo .idx_more a  img{
    position: relative;
    width: auto;
    transform: translateX(0) !important;
}




header .m_header_box .header_title .column .menu_btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .m_header_box .header_title .column .menu_btn .icon {
    width: 24px;
    height: 30px;
}


header .m_header_box .header_title .column .languageBox {
    display: flex;
    align-items: center;
    justify-content: center;
}
header .m_header_box .header_title .column .languageBox .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .m_header_box .header_title .column .languageBox .icon i {
    font-size: 18px;
     color: #FFFFFF;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

header .m_header_box .header_title .column .languageBox .langSele {
    position: absolute;
    top: 100%;
    background: #ffffffa1;
    display: flex;
    flex-direction: column;
    /*gap: 10px;*/
    padding: 10px 10px;
    opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
    visibility: hidden;border-radius: 2px;
}

header .m_header_box .header_title .column .languageBox.active .langSele {
    opacity: 1;
    visibility: visible;
}
 header.active .m_header_box .header_title .column .languageBox .icon i {
    color: var(--active_color);
 }


/*header .m_header_box .header_title .column .languageBox:hover .langSele {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/


@keyframes svgine { 0% { stroke-dasharray: 0 102; } 100% { stroke-dasharray: 102 102; } }
.svgine {-webkit-animation-name: svgine; animation-name: svgine }

.pagerBanner .pager_new1  {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  --time: 5s;
}
.pagerBanner .pager_new1  span {
  background: #FFFFFF;
  width: 8px;
  height: 8px;
  opacity: 0.6;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.pagerBanner .pager_new1  span .svgBox {
  position: absolute;
  width: 32px;
  height: 32px;
  transform: rotate(-120deg);
}
.pagerBanner .pager_new1  span .svgBox circle {
  stroke-dasharray: 0 102;
  stroke-width: 2px;
  stroke: var(--active_color);
}
.pagerBanner .pager_new1  .swiper-pagination-bullet-active {
  opacity: 1;
}
.pagerBanner .pager_new1  .swiper-pagination-bullet-active .svgBox circle {
  stroke-dasharray: 102 102;
  animation: svgine var(--time) linear;
}


.ins_newCon2 .center_box .swiper_box ul li .centerInfo .hh_right .nameBox { width: 100%; display: flex;  gap: 10px; }



.topBox1, .topBox2 { display: none; } 
.ins_procuctCon3 .center_box .select_box {  position: absolute; top: 0; right: 20px ;    width: fit-content;; }
.ins_procuctCon3 .center_box .ins_title{ padding-right: 50px; }
.news-item { display: flex !important; align-items: center !important; }
@media (max-width:990px) {
    .ins_consultCon1 .center_box .ins_title .content .item .cont .images { width: 100%; }
    .ins_proLectotypeCon3 .center_box .list_box { display: grid; }
    .ins_proLectotypeCon3 .center_box .list_box .item { width: 100%; }
    header { z-index: 81; }
    .ins_aboutaddsCon1 .center_box .one_box .one .top .name:nth-child(4){ justify-content: center; text-align: center;  }
    .ins_aboutcaCon1 .center_box .hh_info .hh_left .erweima {  max-width: 30%; width: fit-content;
        height: auto;
        margin-top: var(--num_60);
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .ins_aboutcaCon1 .center_box .hh_info .hh_left .list_box .list { gap: 10px; }
    .ins_aboutcaCon1 .center_box .hh_info .hh_left .list_box {  width: 59%; }
    .topBox1 { display: flex  !important; align-items: center; justify-content: center; width: 30px; height: 30px; color: #FFF; background: #eb1922 ; border-radius: 50%; position: fixed; bottom: 50px; right: 10px; z-index: 90; } 
     .topBox1 i { color: #FFFFFF; }
     .ins_procuctCon3 .center_box .select_box { top: 24px; }
     header .m_header_box .header_title .column .search span{ color: #FFF; }
     header.active .m_header_box .header_title .column .search span { color:var(--active_color); }
     .idx_productCon1 .center_box .idx_title .list .one {     box-shadow: 0 0 10px 1px #ffffff99; }
     .ins_newdeCon1 .center_box .title_box .word .time {
    position: absolute;
    bottom: 27px; }
    .ins_newdeCon1 .center_box .title_box { position: relative; }
    .ins_newdeCon1 .center_box .title_box .share { gap: 7px; }
    
    .topBox2 { display: flex  !important; align-items: center; justify-content: center; width: 30px; height: 30px; color: #FFF; background: #eb1922 ; border-radius: 50%; position: fixed; bottom: 90px; right: 10px; z-index: 90; } 
     .topBox2 i { color: #FFFFFF; }
}








